summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2008-10-17 14:57:03 +0000
committerZoe Slattery <zoe@php.net>2008-10-17 14:57:03 +0000
commit7d46d0480e25054c34785d5fd18026372f46857a (patch)
treef4daea21a4b695a94ca832172291e28f5ab7730e
parent867546efcae56eda53c02b112f8577d6bf20607c (diff)
downloadphp-git-7d46d0480e25054c34785d5fd18026372f46857a.tar.gz
Replacing explicit object ID with %d
-rwxr-xr-xext/spl/tests/array_001.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/array_001.phpt b/ext/spl/tests/array_001.phpt
index 1c7566ecb9..c9ce57e5ca 100755
--- a/ext/spl/tests/array_001.phpt
+++ b/ext/spl/tests/array_001.phpt
@@ -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]=>