diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 19:39:21 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 19:39:21 -0400 |
| commit | 6821b67124604da690c5e9276d5370d679c63ac8 (patch) | |
| tree | befb4ca2520eb577950cef6cb76d10b914cbf67a /ext/spl/tests/arrayObject_asort_basic2.phpt | |
| parent | cd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff) | |
| download | php-6821b67124604da690c5e9276d5370d679c63ac8.tar.gz | |
Imported Upstream version 5.3.0RC1upstream/5.3.0_RC1upstream/5.3.0RC1
Diffstat (limited to 'ext/spl/tests/arrayObject_asort_basic2.phpt')
| -rw-r--r-- | ext/spl/tests/arrayObject_asort_basic2.phpt | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/ext/spl/tests/arrayObject_asort_basic2.phpt b/ext/spl/tests/arrayObject_asort_basic2.phpt index f411c9e7d..5f25fa7dd 100644 --- a/ext/spl/tests/arrayObject_asort_basic2.phpt +++ b/ext/spl/tests/arrayObject_asort_basic2.phpt @@ -25,25 +25,28 @@ var_dump($ao1, $c); ===DONE===
--EXPECTF--
*** Testing ArrayObject::asort() : basic functionality ***
-bool(true)
-object(ArrayObject)#%d (4) {
- ["prop3:private"]=>
- string(1) "a"
- ["prop1"]=>
- string(1) "x"
- ["prop4"]=>
- string(1) "x"
- ["prop2"]=>
- string(1) "z"
-}
-object(C)#%d (4) {
- ["prop3:private"]=>
- string(1) "a"
- ["prop1"]=>
- string(1) "x"
- ["prop4"]=>
- string(1) "x"
- ["prop2"]=>
- string(1) "z"
-}
-===DONE===
\ No newline at end of file +bool(true) +object(ArrayObject)#2 (1) { + ["storage":"ArrayObject":private]=> + object(C)#1 (4) { + ["prop3":"C":private]=> + string(1) "a" + ["prop1"]=> + string(1) "x" + ["prop4"]=> + string(1) "x" + ["prop2"]=> + string(1) "z" + } +} +object(C)#1 (4) { + ["prop3":"C":private]=> + string(1) "a" + ["prop1"]=> + string(1) "x" + ["prop4"]=> + string(1) "x" + ["prop2"]=> + string(1) "z" +} +===DONE=== |
