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