summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_022.phpt
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-11-02 19:41:12 +0000
committerJani Taskinen <jani@php.net>2007-11-02 19:41:12 +0000
commita541bb80788100606c59bf5a67478234a2045a6a (patch)
treec782839faa71f4f23368c3efba128d89a723edac /ext/spl/tests/array_022.phpt
parentb48925117750da2a7fb7cff629e3852d13917f2f (diff)
downloadphp-git-a541bb80788100606c59bf5a67478234a2045a6a.tar.gz
- Fix tests
- Update README.PARAMETER_PARSING_API
Diffstat (limited to 'ext/spl/tests/array_022.phpt')
-rwxr-xr-xext/spl/tests/array_022.phpt14
1 files changed, 12 insertions, 2 deletions
diff --git a/ext/spl/tests/array_022.phpt b/ext/spl/tests/array_022.phpt
index 9cb2193f10..5f5549c8cd 100755
--- a/ext/spl/tests/array_022.phpt
+++ b/ext/spl/tests/array_022.phpt
@@ -52,21 +52,31 @@ object(MyArrayObject)#%d (1) {
["bar"]=>
string(3) "baz"
}
-object(MyArrayObject)#%d (2) {
+object(MyArrayObject)#%d (3) {
["bar"]=>
string(3) "baz"
["baz"]=>
string(3) "Foo"
+ ["storage":"ArrayObject":private]=>
+ array(1) {
+ ["bar"]=>
+ string(3) "baz"
+ }
}
==ArrayIterator===
object(MyArrayIterator)#%d (1) {
["bar"]=>
string(3) "baz"
}
-object(MyArrayIterator)#%d (2) {
+object(MyArrayIterator)#%d (3) {
["bar"]=>
string(3) "baz"
["baz"]=>
string(3) "Foo"
+ ["storage":"ArrayIterator":private]=>
+ object(MyArrayIterator)#%d (1) {
+ ["bar"]=>
+ string(3) "baz"
+ }
}
===DONE===