zoe Fri Oct 17 15:05:31 2008 UTC Modified files: /php-src/ext/spl/tests array_001.phpt Log: Replacing explicit object ID with %d http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/array_001.phpt?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/spl/tests/array_001.phpt diff -u php-src/ext/spl/tests/array_001.phpt:1.6 php-src/ext/spl/tests/array_001.phpt:1.7 --- php-src/ext/spl/tests/array_001.phpt:1.6 Tue May 27 02:55:50 2008 +++ php-src/ext/spl/tests/array_001.phpt Fri Oct 17 15:05:31 2008 @@ -36,7 +36,7 @@ ===DONE=== <?php exit(0); ?> --EXPECTF-- -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(2) { [0]=> @@ -62,7 +62,7 @@ int(5) } unicode(1) "a" -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(5) { [0]=> @@ -88,7 +88,7 @@ Notice: Undefined offset: 7 in %sarray_001.php on line %d Notice: Undefined index: c in %sarray_001.php on line %d -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(2) { [0]=> @@ -97,7 +97,7 @@ int(2) } } -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(4) { [0]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php