diff options
Diffstat (limited to 'ext/spl/tests/array_001.phpt')
| -rwxr-xr-x | ext/spl/tests/array_001.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/tests/array_001.phpt b/ext/spl/tests/array_001.phpt index 1c7566ecb..4f73406d3 100755 --- a/ext/spl/tests/array_001.phpt +++ b/ext/spl/tests/array_001.phpt @@ -38,7 +38,7 @@ var_dump($ar); ===DONE=== <?php exit(0); ?> --EXPECTF-- -object(ArrayObject)#1 (2) { +object(ArrayObject)#%d (2) { [0]=> int(0) [1]=> @@ -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]=> |
