From: Dmitry Stogov Date: Tue, 5 Oct 2004 13:21:06 +0000 (+0000) Subject: Test files are fixed. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f99c02070f190fa79e6f02266988b4d28344b76;p=php Test files are fixed. --- diff --git a/Zend/tests/unset_cv06.phpt b/Zend/tests/unset_cv06.phpt index 1d0d5cdd44..fd5c6886ae 100644 --- a/Zend/tests/unset_cv06.phpt +++ b/Zend/tests/unset_cv06.phpt @@ -2,6 +2,8 @@ unset() CV 6 (indirect unset() of global variable in session_unset()) --SKIPIF-- +--INI-- +register_globals=1 --FILE-- +--INI-- +error_reporting=2039 --GET-- x=2 --FILE-- @@ -8,7 +12,7 @@ $x = "1\n"; echo $x; import_request_variables("g"); echo $x; -echo "\nok\n"; +echo "ok\n"; ?> --EXPECT-- 1