From 6241abce943c454fd26ec0e0b46b7e378ffe4d97 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Tue, 30 Mar 2004 19:08:44 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/array/bug27782.phpt | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ext/standard/tests/array/bug27782.phpt diff --git a/ext/standard/tests/array/bug27782.phpt b/ext/standard/tests/array/bug27782.phpt new file mode 100644 index 0000000000..2c8c6753d4 --- /dev/null +++ b/ext/standard/tests/array/bug27782.phpt @@ -0,0 +1,32 @@ +--TEST-- +Bug #27782 (each(), next(), prev() mange array position) +--FILE-- + +--EXPECT-- +c +b +a +b +c +c +b +a -- 2.40.0