Skip to content

Commit

Permalink
Replacing explicit object ID with %d
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Slattery committed Oct 17, 2008
1 parent 867546e commit 7d46d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/spl/tests/array_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ array(6) {
int(5)
}
string(1) "a"
object(ArrayObject)#1 (5) {
object(ArrayObject)#%d (5) {
[0]=>
int(0)
[1]=>
Expand All @@ -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]=>
Expand Down

0 comments on commit 7d46d04

Please sign in to comment.