summaryrefslogtreecommitdiff
path: root/Zend/tests/bug34879.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug34879.phpt')
-rwxr-xr-xZend/tests/bug34879.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/Zend/tests/bug34879.phpt b/Zend/tests/bug34879.phpt
deleted file mode 100755
index 606142bde7..0000000000
--- a/Zend/tests/bug34879.phpt
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
---FILE--
-<?php
-print_r(str_replace('a', 'b', array(-1 =>-1)));
-?>
---EXPECT--
-Array
-(
- [-1] => -1
-) \ No newline at end of file