]> granicus.if.org Git - php/commitdiff
fix typoes
authorJani Taskinen <jani@php.net>
Wed, 17 Dec 2008 14:00:07 +0000 (14:00 +0000)
committerJani Taskinen <jani@php.net>
Wed, 17 Dec 2008 14:00:07 +0000 (14:00 +0000)
ext/curl/tests/bug46739.phpt
ext/curl/tests/curl_002.phpt
ext/curl/tests/curl_006.phpt

index 4e24b2f2a25f17b097b19693e26978eda389a849..06a84ea8ed8eedc147b66f2884f3777167af2a70 100644 (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/');
index 2836c0c5351efe53f3cb9e222a31b1deae5e6bda..ed885caba2301bf0943159324333538a3c006d87 100644 (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--
index 2744fa27f993dc908d60c756a0c8e885ddfcb661..95b6331c51a716fdce6f89b5afb5fd52efa7cf8e 100755 (executable)
@@ -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--