summaryrefslogtreecommitdiff
path: root/tests/lang/bug24908.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug24908.phpt')
-rw-r--r--tests/lang/bug24908.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug24908.phpt b/tests/lang/bug24908.phpt
index 30056abf3c..910b715a05 100644
--- a/tests/lang/bug24908.phpt
+++ b/tests/lang/bug24908.phpt
@@ -4,7 +4,7 @@ Bug #24908 (super-globals can not be used in __destruct())
variables_order=GPS
--FILE--
<?php
-class test {
+class test {
function __construct() {
if (count($_SERVER)) echo "O";
}