diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt new file mode 100644 index 00000000000..bc1fef11359 --- /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) +}