diff options
-rw-r--r-- | ext/pcre/tests/bug44191.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/pcre/tests/bug44191.phpt b/ext/pcre/tests/bug44191.phpt index eaffaaad2b..200fb78a8f 100644 --- a/ext/pcre/tests/bug44191.phpt +++ b/ext/pcre/tests/bug44191.phpt @@ -4,9 +4,7 @@ Bug #44191 (preg_grep messes up array index) <?php $array = range(1, 10); - -preg_grep('/asdf/', $array)); - +preg_grep('/asdf/', $array); var_dump($array); ?> |