From: Shein Alexey Date: Thu, 9 Jun 2011 06:49:31 +0000 (+0000) Subject: Removed 'b' string prefix as unneeded from some tests. X-Git-Tag: php-5.5.0alpha1~1971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42478b46e9438076485f98eb50ecc17bc3c5c266;p=php Removed 'b' string prefix as unneeded from some tests. --- diff --git a/ext/curl/tests/curl_basic_011.phpt b/ext/curl/tests/curl_basic_011.phpt index dfdc8f9e04..d67fb22878 100644 --- a/ext/curl/tests/curl_basic_011.phpt +++ b/ext/curl/tests/curl_basic_011.phpt @@ -3,7 +3,7 @@ Test curl_opt() function with COOKIE --CREDITS-- TestFest 2009 - AFUP - Xavier Gorse --SKIPIF-- - + --FILE-- *** Testing curl with cookie *** string(3) "bar" ===DONE=== - \ No newline at end of file diff --git a/ext/curl/tests/curl_basic_012.phpt b/ext/curl/tests/curl_basic_012.phpt index e4706fad46..2cfa7b38ed 100644 --- a/ext/curl/tests/curl_basic_012.phpt +++ b/ext/curl/tests/curl_basic_012.phpt @@ -3,7 +3,7 @@ Test curl_opt() function with CURLOPT_HTTP_VERSION/CURL_HTTP_VERSION_1_0 --CREDITS-- TestFest 2009 - AFUP - Xavier Gorse --SKIPIF-- - + --FILE-- *** Testing curl with HTTP/1.0 *** string(8) "HTTP/1.0" ===DONE=== - \ No newline at end of file diff --git a/ext/curl/tests/curl_basic_013.phpt b/ext/curl/tests/curl_basic_013.phpt index c49d187be3..bc396e11e7 100644 --- a/ext/curl/tests/curl_basic_013.phpt +++ b/ext/curl/tests/curl_basic_013.phpt @@ -3,7 +3,7 @@ Test curl_opt() function with CURLOPT_HTTP_VERSION/CURL_HTTP_VERSION_1_1 --CREDITS-- TestFest 2009 - AFUP - Xavier Gorse --SKIPIF-- - + --FILE-- *** Testing curl with HTTP/1.1 *** string(8) "HTTP/1.1" ===DONE=== - \ No newline at end of file