diff options
-rw-r--r-- | ext/pcre/tests/bug26927.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug26927.phpt b/ext/pcre/tests/bug26927.phpt index 25b6b2e572..5c64deb37c 100644 --- a/ext/pcre/tests/bug26927.phpt +++ b/ext/pcre/tests/bug26927.phpt @@ -8,4 +8,4 @@ Bug #26927 (preg_quote() does not escape \0) ?> --EXPECT-- int(1) -string(4) "a\0b" +string(6) "a\000b" |