summaryrefslogtreecommitdiff
path: root/tests/lang/bug29893.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug29893.phpt')
-rwxr-xr-xtests/lang/bug29893.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/lang/bug29893.phpt b/tests/lang/bug29893.phpt
deleted file mode 100755
index d320de0ee7..0000000000
--- a/tests/lang/bug29893.phpt
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-Bug #29893 (segfault when using array as index)
---FILE--
-<?php
-$base = 50;
-$base[$base] -= 0;
-?>
-===DONE===
---EXPECTF--
-Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
-===DONE===