mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed tests
This commit is contained in:
parent
daed379550
commit
40d3abba41
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue