From 41904eb4b29df9801e0a1ccf3d7c442b95b24b44 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 16 Jan 2004 02:29:51 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/pcre/tests/bug26927.phpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/pcre/tests/bug26927.phpt 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" -- 2.50.1