From: Zoe Slattery Date: Fri, 17 Oct 2008 15:05:31 +0000 (+0000) Subject: Replacing explicit object ID with %d X-Git-Tag: BEFORE_HEAD_NS_CHANGE~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=868c69b72b06f7136140eb524061578c9f78946a;p=php Replacing explicit object ID with %d --- diff --git a/ext/spl/tests/array_001.phpt b/ext/spl/tests/array_001.phpt index 3ba33ba746..42bab88a50 100755 --- a/ext/spl/tests/array_001.phpt +++ b/ext/spl/tests/array_001.phpt @@ -36,7 +36,7 @@ var_dump($ar); ===DONE=== --EXPECTF-- -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(2) { [0]=> @@ -62,7 +62,7 @@ array(6) { 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 @@ 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 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(2) { [0]=> @@ -97,7 +97,7 @@ object(ArrayObject)#1 (1) { int(2) } } -object(ArrayObject)#1 (1) { +object(ArrayObject)#%d (1) { [u"storage":u"ArrayObject":private]=> array(4) { [0]=>