diff options
| author | Antony Dovgal <tony2001@php.net> | 2010-04-29 12:43:18 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2010-04-29 12:43:18 +0000 |
| commit | eacfa022b1fc94a1184e383828483275777771f3 (patch) | |
| tree | 468a41530145eab6781da876d2107e31343df200 | |
| parent | d7abb57745b92cc765dc5c20dac69808f51413a9 (diff) | |
| download | php-git-eacfa022b1fc94a1184e383828483275777771f3.tar.gz | |
fix skipif section
| -rw-r--r-- | Zend/tests/unset_cv07.phpt | 2 |
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-- |
