From 8d9de08fc9ee24118378ed865e18fe3da086a851 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 22 Nov 2002 00:08:58 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/pcre/tests/bug20528.phpt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ext/pcre/tests/bug20528.phpt 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) "#)" +} -- 2.50.1