summaryrefslogtreecommitdiff
path: root/Zend/tests/bug64578.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug64578.phpt')
-rw-r--r--Zend/tests/bug64578.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug64578.phpt b/Zend/tests/bug64578.phpt
index 6cb5392cef..b4018e96a2 100644
--- a/Zend/tests/bug64578.phpt
+++ b/Zend/tests/bug64578.phpt
@@ -9,6 +9,6 @@ function x($s) { $s['a'] = 1; };
$y = '1';
x($y);
print_r($y);
---EXPECTF--
+--EXPECT--
string(25) "Illegal string offset 'a'"
1