From ee81b5a968fa6323346badb64bc5881cfb928c6d Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Thu, 12 Jun 2008 20:52:34 +0000 Subject: [PATCH] Add tests from testfest --- ext/spl/tests/bug44615.phpt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ext/spl/tests/bug44615.phpt diff --git a/ext/spl/tests/bug44615.phpt b/ext/spl/tests/bug44615.phpt new file mode 100644 index 0000000000..1fd3d199dc --- /dev/null +++ b/ext/spl/tests/bug44615.phpt @@ -0,0 +1,32 @@ +--TEST-- +SPL: RecursiveArrayIterator bug 44615 +--CREDITS-- +Julien Pauli +#testfest phpcampparis 2008-06-07 +--FILE-- + +--EXPECTF-- +string(1) "z" +object(stdClass)#1 (0) { +} +string(1) "q" +string(1) "s" +Second: +string(1) "z" +string(1) "q" +string(1) "s" -- 2.50.1