diff options
Diffstat (limited to 'ext/pcre/tests/bug74873.phpt')
-rw-r--r-- | ext/pcre/tests/bug74873.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug74873.phpt b/ext/pcre/tests/bug74873.phpt index 9b64dae926..ebcf0b3418 100644 --- a/ext/pcre/tests/bug74873.phpt +++ b/ext/pcre/tests/bug74873.phpt @@ -5,4 +5,4 @@ Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()) var_dump(preg_match('/\S+/', 'foo bar', $matches, 0, 99999)); ?> --EXPECT-- -bool(false)
\ No newline at end of file +bool(false) |