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