summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-04-29 12:43:18 +0000
committerAntony Dovgal <tony2001@php.net>2010-04-29 12:43:18 +0000
commiteacfa022b1fc94a1184e383828483275777771f3 (patch)
tree468a41530145eab6781da876d2107e31343df200
parentd7abb57745b92cc765dc5c20dac69808f51413a9 (diff)
downloadphp-git-eacfa022b1fc94a1184e383828483275777771f3.tar.gz
fix skipif section
-rw-r--r--Zend/tests/unset_cv07.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/unset_cv07.phpt b/Zend/tests/unset_cv07.phpt
index afa78189f7..4adb535baf 100644
--- a/Zend/tests/unset_cv07.phpt
+++ b/Zend/tests/unset_cv07.phpt
@@ -1,7 +1,7 @@
--TEST--
unset() CV 7 (indirect unset() of global variable in import_request_variables())
--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--
x=2
--FILE--