]> granicus.if.org Git - php/commitdiff
Replacing explicit object ID with %d
authorZoe Slattery <zoe@php.net>
Fri, 17 Oct 2008 14:57:03 +0000 (14:57 +0000)
committerZoe Slattery <zoe@php.net>
Fri, 17 Oct 2008 14:57:03 +0000 (14:57 +0000)
ext/spl/tests/array_001.phpt

index 1c7566ecb9ab80f7d4af4032ec584d72f039222d..c9ce57e5caba0a338ef1b5d7c4e7ad5b11c417c8 100755 (executable)
@@ -61,7 +61,7 @@ array(6) {
   int(5)
 }
 string(1) "a"
-object(ArrayObject)#1 (5) {
+object(ArrayObject)#%d (5) {
   [0]=>
   int(0)
   [1]=>
@@ -84,13 +84,13 @@ NULL
 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]=>