summaryrefslogtreecommitdiff
path: root/Zend/tests/bug38211.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug38211.phpt')
-rwxr-xr-xZend/tests/bug38211.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/tests/bug38211.phpt b/Zend/tests/bug38211.phpt
deleted file mode 100755
index 6ae9430e8b..0000000000
--- a/Zend/tests/bug38211.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Bug #38211 (variable name and cookie name match breaks script execution)
---FILE--
-<?php
-$test = 'test';
-unset($$test);
-echo "ok\n";
-?>
---EXPECT--
-ok