]> granicus.if.org Git - php/commitdiff
Fixed tests
authorDmitry Stogov <dmitry@php.net>
Fri, 10 Nov 2006 17:34:26 +0000 (17:34 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 10 Nov 2006 17:34:26 +0000 (17:34 +0000)
tests/classes/array_access_005.phpt
tests/classes/array_access_008.phpt
tests/classes/array_access_012.phpt

index 7a88b1e1739912645ada28ecbdd8456b4bcc79a7..ef72d243fd8ed8eb869a437084ce0a4b4594cc1c 100755 (executable)
@@ -69,7 +69,7 @@ array(1) {
   string(6) "JoeFoo"
 }
 
-Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php6/tests/classes/array_access_005.php on line 46
+Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.php on line 46
 
 Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_005.php on line %d
 --UEXPECTF--
@@ -88,6 +88,6 @@ array(1) {
   unicode(6) "JoeFoo"
 }
 
-Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php6/tests/classes/array_access_005.php on line 46
+Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.php on line 46
 
 Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_005.php on line %d
index 10777a94c15df0faebfa40f633c7189ed0ba9103..a7f86115db60aee58d3bd75f980e3b1c23b9a215 100755 (executable)
@@ -56,7 +56,7 @@ string(9) "FooBarBaz"
 ===ArrayOverloading===
 string(3) "Foo"
 
-Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php6/tests/classes/array_access_008.php on line 40
+Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 40
 
 Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_008.php on line %d
 --UEXPECTF--
@@ -66,6 +66,6 @@ unicode(9) "FooBarBaz"
 ===ArrayOverloading===
 unicode(3) "Foo"
 
-Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php6/tests/classes/array_access_008.php on line 40
+Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 40
 
 Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_008.php on line %d
index 3cb02f07f79f7613e4884f47d316846c1b19f655..937dc3589bef51bc64f1ac8cfdc7baf3ba175942 100755 (executable)
@@ -31,6 +31,6 @@ $data['element'] = &$test;
 <?php exit(0); ?>
 --EXPECTF--
 
-Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in /home/dmitry/php/php6/tests/classes/array_access_012.php on line 24
+Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_access_012.php on line 24
 
 Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_012.php on line %d