Fixed tests

This commit is contained in:
Dmitry Stogov 2006-11-10 14:20:26 +00:00
parent daed379550
commit 40d3abba41
3 changed files with 6 additions and 0 deletions

View File

@ -69,4 +69,6 @@ array(1) {
string(6) "JoeFoo"
}
Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php5.2/tests/classes/array_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

View File

@ -56,4 +56,6 @@ string(9) "FooBarBaz"
===ArrayOverloading===
string(3) "Foo"
Notice: Indirect modification of overloaded element of Peoples has no effect in /home/dmitry/php/php5.2/tests/classes/array_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

View File

@ -31,4 +31,6 @@ $data['element'] = &$test;
<?php exit(0); ?>
--EXPECTF--
Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in /home/dmitry/php/php5.2/tests/classes/array_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