From 6e543a0b4d8c81d5c689924b2e7916c953c38af0 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 20 Feb 2006 08:12:08 +0000 Subject: [PATCH] Fixed test file --- ext/pcre/tests/bug26927.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1