1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

fix typoes

This commit is contained in:
Jani Taskinen
2008-12-17 14:00:07 +00:00
parent b2f10ac965
commit b0fdff274b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
--TEST--
Test bug #46739
Bug #46739 (array returned by curl_getinfo should contain content_type key)
--FILE--
<?php
$ch = curl_init('http://127.0.0.1:9/');

View File

@@ -1,5 +1,5 @@
--TEST--
Test curl_opt() function with CURLOPT_RETURNTRANSFER paremter set to 1
Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1
--CREDITS--
Sebastian Deutsch <sebastian.deutsch@9elements.com>
--SKIPIF--

View File

@@ -1,5 +1,5 @@
--TEST--
Test curl_opt() function with CURLOPT_WRITEFUNCTION paremter set to a closure
Test curl_opt() function with CURLOPT_WRITEFUNCTION parameter set to a closure
--SKIPIF--
<?php if (!extension_loaded("curl") || false === getenv(b'PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
--FILE--