zoe Fri Oct 17 15:03:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/spl/tests array_001.phpt
Log:
Replacing explicit object ID with %d
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/array_001.phpt?r1=1.2.8.2&r2=1.2.8.3&diff_format=u
Index: php-src/ext/spl/tests/array_001.phpt
diff -u php-src/ext/spl/tests/array_001.phpt:1.2.8.2
php-src/ext/spl/tests/array_001.phpt:1.2.8.3
--- php-src/ext/spl/tests/array_001.phpt:1.2.8.2 Sat May 24 14:10:43 2008
+++ php-src/ext/spl/tests/array_001.phpt Fri Oct 17 15:03:48 2008
@@ -36,7 +36,7 @@
===DONE===
<?php exit(0); ?>
--EXPECTF--
-object(ArrayObject)#1 (1) {
+object(ArrayObject)#%d (1) {
["storage":"ArrayObject":private]=>
array(2) {
[0]=>
@@ -62,7 +62,7 @@
int(5)
}
string(1) "a"
-object(ArrayObject)#1 (1) {
+object(ArrayObject)#%d (1) {
["storage":"ArrayObject":private]=>
array(5) {
[0]=>
@@ -88,7 +88,7 @@
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) {
["storage":"ArrayObject":private]=>
array(2) {
[0]=>
@@ -97,7 +97,7 @@
int(2)
}
}
-object(ArrayObject)#1 (1) {
+object(ArrayObject)#%d (1) {
["storage":"ArrayObject":private]=>
array(4) {
[0]=>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php