]> granicus.if.org Git - php/commitdiff
Fixed test file
authorDmitry Stogov <dmitry@php.net>
Mon, 20 Feb 2006 08:39:06 +0000 (08:39 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 20 Feb 2006 08:39:06 +0000 (08:39 +0000)
ext/pcre/tests/bug26927.phpt

index 25b6b2e572ea95247231f276d2dc92695df2f3fc..5c64deb37c574e4ab880942f7da2dfa012186283 100644 (file)
@@ -8,4 +8,4 @@ Bug #26927 (preg_quote() does not escape \0)
 ?>
 --EXPECT--
 int(1)
-string(4) "a\0b"
+string(6) "a\000b"