From: Dmitry Stogov Date: Mon, 20 Feb 2006 08:39:38 +0000 (+0000) Subject: Fixed test file X-Git-Tag: RELEASE_1_2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56b0eb7248b6b67102499ca492b4e569b1289786;p=php Fixed test file --- 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"