summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_012.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-12-08 16:23:04 +0000
committerDmitry Stogov <dmitry@php.net>2006-12-08 16:23:04 +0000
commitf37ad2e1461ebc5833096ef057ada3006e29aadc (patch)
tree015fe33dcae9694411e2f5e857832db485458f17 /tests/classes/array_access_012.phpt
parente07f11c4210cced1fa74bb7419aeca231f920489 (diff)
downloadphp-git-f37ad2e1461ebc5833096ef057ada3006e29aadc.tar.gz
Fixed bug #39775 ("Indirect modification ..." message is not shown)
Diffstat (limited to 'tests/classes/array_access_012.phpt')
-rwxr-xr-xtests/classes/array_access_012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/array_access_012.phpt b/tests/classes/array_access_012.phpt
index 937dc3589b..8f85f296eb 100755
--- a/tests/classes/array_access_012.phpt
+++ b/tests/classes/array_access_012.phpt
@@ -33,4 +33,4 @@ $data['element'] = &$test;
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
+Fatal error: Cannot assign by reference to overloaded object in %sarray_access_012.php on line 24