diff options
| author | Hannes Magnusson <bjori@php.net> | 2006-11-10 17:04:03 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2006-11-10 17:04:03 +0000 |
| commit | 16e6b2cf52ca4a77019cd68b1ed3244ba991fa31 (patch) | |
| tree | 125d6d80b8d7c5f8feedb49d56ba04d8ebab5141 /tests/classes/array_access_012.phpt | |
| parent | c06626d8c69eb4cc89e48a8a760ed35a94a4f6b8 (diff) | |
| download | php-git-16e6b2cf52ca4a77019cd68b1ed3244ba991fa31.tar.gz | |
Fix tests
Diffstat (limited to 'tests/classes/array_access_012.phpt')
| -rwxr-xr-x | tests/classes/array_access_012.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/array_access_012.phpt b/tests/classes/array_access_012.phpt index 43794ceab0..937dc3589b 100755 --- a/tests/classes/array_access_012.phpt +++ b/tests/classes/array_access_012.phpt @@ -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/php5.2/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 |
