From dcc12b4f70d2f43621c8aeb5c5e406d196f3ce36 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 10 Nov 2006 17:34:26 +0000 Subject: [PATCH] Fixed tests --- tests/classes/array_access_005.phpt | 4 ++-- tests/classes/array_access_008.phpt | 4 ++-- tests/classes/array_access_012.phpt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/classes/array_access_005.phpt b/tests/classes/array_access_005.phpt index 7a88b1e173..ef72d243fd 100755 --- a/tests/classes/array_access_005.phpt +++ b/tests/classes/array_access_005.phpt @@ -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 diff --git a/tests/classes/array_access_008.phpt b/tests/classes/array_access_008.phpt index 10777a94c1..a7f86115db 100755 --- a/tests/classes/array_access_008.phpt +++ b/tests/classes/array_access_008.phpt @@ -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 diff --git a/tests/classes/array_access_012.phpt b/tests/classes/array_access_012.phpt index 3cb02f07f7..937dc3589b 100755 --- a/tests/classes/array_access_012.phpt +++ b/tests/classes/array_access_012.phpt @@ -31,6 +31,6 @@ $data['element'] = &$test; --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 -- 2.50.1