diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug21600.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug21600.phpt b/tests/lang/bug21600.phpt index bb8323a294..c3f832b9ea 100644 --- a/tests/lang/bug21600.phpt +++ b/tests/lang/bug21600.phpt @@ -26,7 +26,7 @@ function fubar($text){ --EXPECT-- array(1) { ["foo"]=> - string(4) "test" + &string(4) "test" } array(1) { ["foo"]=> |