zoe Fri Oct 17 14:57:03 2008 UTC Modified files: (Branch: PHP_5_2) /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.2&r2=1.2.6.1&diff_format=u Index: php-src/ext/spl/tests/array_001.phpt diff -u php-src/ext/spl/tests/array_001.phpt:1.2 php-src/ext/spl/tests/array_001.phpt:1.2.6.1 --- php-src/ext/spl/tests/array_001.phpt:1.2 Tue Apr 13 19:08:54 2004 +++ php-src/ext/spl/tests/array_001.phpt Fri Oct 17 14:57:03 2008 @@ -61,7 +61,7 @@ int(5) } string(1) "a" -object(ArrayObject)#1 (5) { +object(ArrayObject)#%d (5) { [0]=> int(0) [1]=> @@ -84,13 +84,13 @@ 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 (2) { +object(ArrayObject)#%d (2) { [0]=> int(0) [2]=> int(2) } -object(ArrayObject)#1 (4) { +object(ArrayObject)#%d (4) { [0]=> int(0) [2]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php