helly Thu Oct 18 04:51:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug41692.phpt Log: - Fix test expectation http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug41692.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/spl/tests/bug41692.phpt diff -u php-src/ext/spl/tests/bug41692.phpt:1.1.2.2 php-src/ext/spl/tests/bug41692.phpt:1.1.2.3 --- php-src/ext/spl/tests/bug41692.phpt:1.1.2.2 Wed Jun 27 12:30:28 2007 +++ php-src/ext/spl/tests/bug41692.phpt Thu Oct 18 04:51:53 2007 @@ -21,20 +21,44 @@ echo "Done\n"; ?> --EXPECTF-- -object(Bar)#%d (3) { - [0]=> - int(1) - [1]=> - int(2) - [2]=> - int(3) +object(Bar)#%d (2) { + ["foo":"Bar":private]=> + array(3) { + [0]=> + int(1) + [1]=> + int(2) + [2]=> + int(3) + } + ["storage":"ArrayObject":private]=> + array(3) { + [0]=> + int(1) + [1]=> + int(2) + [2]=> + int(3) + } } -object(Bar)#%d (3) { - [0]=> - int(1) - [1]=> - int(2) - [2]=> - int(3) +object(Bar)#%d (2) { + ["foo":"Bar":private]=> + array(3) { + [0]=> + int(1) + [1]=> + int(2) + [2]=> + int(3) + } + ["storage":"ArrayObject":private]=> + array(3) { + [0]=> + int(1) + [1]=> + int(2) + [2]=> + int(3) + } } Done
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php