]> granicus.if.org Git - php/commitdiff
fix skipif sections
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2010 13:41:43 +0000 (13:41 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2010 13:41:43 +0000 (13:41 +0000)
ext/standard/tests/general_functions/import_request.phpt
ext/standard/tests/general_functions/import_request1.phpt
ext/standard/tests/general_functions/import_request2.phpt
ext/standard/tests/general_functions/import_request3.phpt

index 9d4ee8037286bff514eea7efb7474bd9d023cd26..2b49cede7828fc298cabb841657ade3c356145bd 100644 (file)
@@ -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--
index 49259efaaaeb3ed99c594ea6b4c5d473daf95042..7df0583df118252c6a3d461c4a20d64292b7703a 100644 (file)
@@ -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--
index b3522ddd12d83683cf4eb7d47b5dcae120bf72c5..c52db5c027309f9ed63e77992b3837321513be71 100644 (file)
@@ -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--
index bfa21b3020c723fbe9e635a45b54d5a79fde6a5f..baa86128ce30265ec9cc74444c8e714b354f6d12 100644 (file)
@@ -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--