diff options
Diffstat (limited to 'tests/classes/array_access_012.phpt')
-rw-r--r-- | tests/classes/array_access_012.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/array_access_012.phpt b/tests/classes/array_access_012.phpt index 3cd3dceb8a..f10a67a6c7 100644 --- a/tests/classes/array_access_012.phpt +++ b/tests/classes/array_access_012.phpt @@ -28,7 +28,6 @@ $data['element'] = &$test; ?> ===DONE=== -<?php exit(0); ?> --EXPECTF-- Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_access_012.php on line 24 |