diff options
Diffstat (limited to 'ext/pcre/tests/preg_match_basic_edit.phpt')
-rw-r--r-- | ext/pcre/tests/preg_match_basic_edit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/preg_match_basic_edit.phpt b/ext/pcre/tests/preg_match_basic_edit.phpt index bd469d3346..f79c3628c6 100644 --- a/ext/pcre/tests/preg_match_basic_edit.phpt +++ b/ext/pcre/tests/preg_match_basic_edit.phpt @@ -27,7 +27,7 @@ var_dump(preg_match('/hello world/', $string, $match5)); //tries to find " var_dump($match5); ?> ---EXPECTF-- +--EXPECT-- int(1) array(1) { |