shein                                    Thu, 09 Jun 2011 06:49:31 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311958

Log:
Removed 'b' string prefix as unneeded from some tests.

Changed paths:
    U   php/php-src/trunk/ext/curl/tests/curl_basic_011.phpt
    U   php/php-src/trunk/ext/curl/tests/curl_basic_012.phpt
    U   php/php-src/trunk/ext/curl/tests/curl_basic_013.phpt

Modified: php/php-src/trunk/ext/curl/tests/curl_basic_011.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/curl_basic_011.phpt        2011-06-09 
05:47:42 UTC (rev 311957)
+++ php/php-src/trunk/ext/curl/tests/curl_basic_011.phpt        2011-06-09 
06:49:31 UTC (rev 311958)
@@ -3,7 +3,7 @@
 --CREDITS--
 TestFest 2009 - AFUP - Xavier Gorse <xgo...@elao.com>
 --SKIPIF--
-<?php if (!extension_loaded("curl") || false === 
getenv(b'PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
+<?php if (!extension_loaded("curl") || false === 
getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
 --FILE--
 <?php
 /* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
@@ -35,4 +35,3 @@
 *** Testing curl with cookie ***
 string(3) "bar"
 ===DONE===
-
\ No newline at end of file

Modified: php/php-src/trunk/ext/curl/tests/curl_basic_012.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/curl_basic_012.phpt        2011-06-09 
05:47:42 UTC (rev 311957)
+++ php/php-src/trunk/ext/curl/tests/curl_basic_012.phpt        2011-06-09 
06:49:31 UTC (rev 311958)
@@ -3,7 +3,7 @@
 --CREDITS--
 TestFest 2009 - AFUP - Xavier Gorse <xgo...@elao.com>
 --SKIPIF--
-<?php if (!extension_loaded("curl") || false === 
getenv(b'PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
+<?php if (!extension_loaded("curl") || false === 
getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
 --FILE--
 <?php
 /* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
@@ -35,4 +35,3 @@
 *** Testing curl with HTTP/1.0 ***
 string(8) "HTTP/1.0"
 ===DONE===
-
\ No newline at end of file

Modified: php/php-src/trunk/ext/curl/tests/curl_basic_013.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/curl_basic_013.phpt        2011-06-09 
05:47:42 UTC (rev 311957)
+++ php/php-src/trunk/ext/curl/tests/curl_basic_013.phpt        2011-06-09 
06:49:31 UTC (rev 311958)
@@ -3,7 +3,7 @@
 --CREDITS--
 TestFest 2009 - AFUP - Xavier Gorse <xgo...@elao.com>
 --SKIPIF--
-<?php if (!extension_loaded("curl") || false === 
getenv(b'PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
+<?php if (!extension_loaded("curl") || false === 
getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
 --FILE--
 <?php
 /* Prototype  : bool curl_setopt(resource ch, int option, mixed value)
@@ -35,4 +35,3 @@
 *** Testing curl with HTTP/1.1 ***
 string(8) "HTTP/1.1"
 ===DONE===
-
\ No newline at end of file

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to