diff options
| author | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-11-02 19:41:12 +0000 |
| commit | a541bb80788100606c59bf5a67478234a2045a6a (patch) | |
| tree | c782839faa71f4f23368c3efba128d89a723edac /ext/spl/tests/array_022.phpt | |
| parent | b48925117750da2a7fb7cff629e3852d13917f2f (diff) | |
| download | php-git-a541bb80788100606c59bf5a67478234a2045a6a.tar.gz | |
- Fix tests
- Update README.PARAMETER_PARSING_API
Diffstat (limited to 'ext/spl/tests/array_022.phpt')
| -rwxr-xr-x | ext/spl/tests/array_022.phpt | 14 |
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=== |
