diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-02-20 08:39:06 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-02-20 08:39:06 +0000 |
commit | 089f1283adf1bfd37e84f732ef3dc2a22f81d285 (patch) | |
tree | 723f000c1ca39d21924cc499c876aef68f544f4c | |
parent | 59fa57d2324c765e0ab0c0afe3e825350887149a (diff) | |
download | php-git-089f1283adf1bfd37e84f732ef3dc2a22f81d285.tar.gz |
Fixed test file
-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" |