From: SVN Migration Date: Fri, 22 Nov 2002 00:08:58 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.0RC2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d9de08fc9ee24118378ed865e18fe3da086a851;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/pcre/tests/bug20528.phpt b/ext/pcre/tests/bug20528.phpt new file mode 100644 index 0000000000..5dec08dbfc --- /dev/null +++ b/ext/pcre/tests/bug20528.phpt @@ -0,0 +1,30 @@ +--TEST-- +preg_split() bug #20528 +--SKIPIF-- + +--FILE-- + +--EXPECT-- +array(7) { + [0]=> + string(2) "(#" + [1]=> + string(2) "11" + [2]=> + string(1) "/" + [3]=> + string(2) "19" + [4]=> + string(1) "/" + [5]=> + string(4) "2002" + [6]=> + string(2) "#)" +}