summaryrefslogtreecommitdiff
path: root/Zend/tests/unset_cv09.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/unset_cv09.phpt')
-rw-r--r--Zend/tests/unset_cv09.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/Zend/tests/unset_cv09.phpt b/Zend/tests/unset_cv09.phpt
deleted file mode 100644
index a5407ad64e..0000000000
--- a/Zend/tests/unset_cv09.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-unset() CV 9 (unset() of global variable in array_pop($GLOBALS))
---FILE--
-<?php
-$x = "ok\n";
-echo array_pop($GLOBALS);
-echo $x;
-echo "ok\n";
-?>
---EXPECTF--
-ok
-
-Notice: Undefined variable: x in %sunset_cv09.php on line %d
-ok