From b0d921697d9c0bcbc32746cb4fa6eaeb93c14357 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 29 Nov 2003 07:54:19 +0000 Subject: [PATCH] test for bug #24908 --- tests/lang/bug24908.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 tests/lang/bug24908.phpt diff --git a/tests/lang/bug24908.phpt b/tests/lang/bug24908.phpt new file mode 100755 index 0000000000..30056abf3c --- /dev/null +++ b/tests/lang/bug24908.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #24908 (super-globals can not be used in __destruct()) +--INI-- +variables_order=GPS +--FILE-- + +--EXPECT-- +OK -- 2.50.1