tony2001                                 Mon, 26 Apr 2010 13:41:43 +0000

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

Log:
fix skipif sections

Changed paths:
    U   
php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt
    U   
php/php-src/trunk/ext/standard/tests/general_functions/import_request1.phpt
    U   
php/php-src/trunk/ext/standard/tests/general_functions/import_request2.phpt
    U   
php/php-src/trunk/ext/standard/tests/general_functions/import_request3.phpt

Modified: 
php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt  
2010-04-26 13:41:00 UTC (rev 298595)
+++ php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt  
2010-04-26 13:41:43 UTC (rev 298596)
@@ -1,7 +1,7 @@
 --TEST--
 import_request_variables() tests
 --SKIPIF--
-<?php if(PHP_VERSION_ID < 503099){ die('Not needed anymore without 
register_globals'); } ?>
+<?php if(PHP_VERSION_ID < 503099){ die('skip not needed anymore without 
register_globals'); } ?>
 --GET--
 a=1&b=heh&c=3&d[]=5&GLOBALS=test&1=hm
 --POST--

Modified: 
php/php-src/trunk/ext/standard/tests/general_functions/import_request1.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/import_request1.phpt 
2010-04-26 13:41:00 UTC (rev 298595)
+++ php/php-src/trunk/ext/standard/tests/general_functions/import_request1.phpt 
2010-04-26 13:41:43 UTC (rev 298596)
@@ -1,7 +1,7 @@
 --TEST--
 import_request_variables() test (overwrite super-globals)
 --SKIPIF--
-<?php if(PHP_VERSION_ID < 503099){ die('Not needed anymore without 
register_globals'); } ?>
+<?php if(PHP_VERSION_ID < 503099){ die('skip not needed anymore without 
register_globals'); } ?>
 --GET--
 GET=0&POST=1&COOKIE=2&FILES=3&REQUEST=4
 --POST--

Modified: 
php/php-src/trunk/ext/standard/tests/general_functions/import_request2.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/import_request2.phpt 
2010-04-26 13:41:00 UTC (rev 298595)
+++ php/php-src/trunk/ext/standard/tests/general_functions/import_request2.phpt 
2010-04-26 13:41:43 UTC (rev 298596)
@@ -1,7 +1,7 @@
 --TEST--
 import_request_variables() test (numeric keys)
 --SKIPIF--
-<?php if(PHP_VERSION_ID < 503099){ die('Not needed anymore without 
register_globals'); } ?>
+<?php if(PHP_VERSION_ID < 503099){ die('skip not needed anymore without 
register_globals'); } ?>
 --GET--
 1=0&2=1&3=2&4=3&5=4
 --POST--

Modified: 
php/php-src/trunk/ext/standard/tests/general_functions/import_request3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/import_request3.phpt 
2010-04-26 13:41:00 UTC (rev 298595)
+++ php/php-src/trunk/ext/standard/tests/general_functions/import_request3.phpt 
2010-04-26 13:41:43 UTC (rev 298596)
@@ -1,7 +1,7 @@
 --TEST--
 import_request_variables() test (numeric keys, different order)
 --SKIPIF--
-<?php if(PHP_VERSION_ID < 503099){ die('Not needed anymore without 
register_globals'); } ?>
+<?php if(PHP_VERSION_ID < 503099){ die('skip not needed anymore without 
register_globals'); } ?>
 --GET--
 1=0&2=1&3=2&4=3&5=4
 --POST--

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

Reply via email to