From: Sascha Schumann Date: Thu, 3 Oct 2002 05:06:01 +0000 (+0000) Subject: Verify PHP 4.2 compatibility: unset($c) with enabled register_globals X-Git-Tag: php-4.3.0pre1~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4ef4079deecd3387967adf1e1a5f0cf5a031a3b;p=php Verify PHP 4.2 compatibility: unset($c) with enabled register_globals --- diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt new file mode 100644 index 0000000000..bc1fef1135 --- /dev/null +++ b/ext/session/tests/007.phpt @@ -0,0 +1,56 @@ +--TEST-- +Verify PHP 4.2 compatibility: unset($c) with enabled register_globals +--SKIPIF-- + +--FILE-- + +--EXPECT-- +float(3.14) +array(1) { + ["c"]=> + &float(3.14) +} +float(3.14) +array(1) { + ["c"]=> + &float(3.14) +}