This commit is contained in:
Felipe Pena 2008-02-20 21:57:05 +00:00
parent 702bc3b345
commit d427b55b1a

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