From: SVN Migration Date: Fri, 16 Jan 2004 02:29:51 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.5RC2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41904eb4b29df9801e0a1ccf3d7c442b95b24b44;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/pcre/tests/bug26927.phpt b/ext/pcre/tests/bug26927.phpt new file mode 100644 index 0000000000..25b6b2e572 --- /dev/null +++ b/ext/pcre/tests/bug26927.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #26927 (preg_quote() does not escape \0) +--FILE-- + +--EXPECT-- +int(1) +string(4) "a\0b"