From: Nuno Lopes Date: Wed, 27 Dec 2006 15:22:28 +0000 (+0000) Subject: die("skip this is for PHP < 4.2.3"); X-Git-Tag: php-5.2.1RC2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66e555c66f095a1b4f860f1150bf8cb762f08cca;p=php die("skip this is for PHP < 4.2.3"); --- diff --git a/ext/session/tests/008.phpt b/ext/session/tests/008.phpt deleted file mode 100644 index 044a6f2536..0000000000 --- a/ext/session/tests/008.phpt +++ /dev/null @@ -1,61 +0,0 @@ ---TEST-- -bug compatibility: global is used albeit register_globals=0 ---SKIPIF-- -=")) die("skip this is for PHP < 4.2.3"); -?> ---INI-- -session.use_cookies=0 -session.cache_limiter= -register_globals=0 -session.bug_compat_42=1 -session.bug_compat_warn=0 ---FILE-- - ---EXPECT-- -NULL -array(1) { - ["c"]=> - float(3.14) -} -NULL -array(1) { - ["c"]=> - float(3.14) -}