1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
This commit is contained in:
Felipe Pena
2008-02-20 21:56:45 +00:00
parent de270b4d6e
commit 2778d2ad59
+14
View File
@@ -0,0 +1,14 @@
--TEST--
Bug #44191 (preg_grep messes up array index)
--FILE--
<?php
$array = range(1, 10);
preg_grep('/asdf/', $array));
var_dump($array);
?>
--EXPECT--
0123456789