From 06049c7753dc13da32ef904655ba740f6acef06b Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Mon, 3 Feb 2003 06:43:09 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/array/bug21998.phpt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ext/standard/tests/array/bug21998.phpt diff --git a/ext/standard/tests/array/bug21998.phpt b/ext/standard/tests/array/bug21998.phpt new file mode 100644 index 0000000000..27587ec0ba --- /dev/null +++ b/ext/standard/tests/array/bug21998.phpt @@ -0,0 +1,24 @@ +--TEST-- +Bug #21998 (array_pop() changes current array key) +--FILE-- + +--EXPECT-- +int(0) +string(1) "c" +int(0) +string(1) "b" +int(0) +string(1) "a" +NULL -- 2.50.1