summaryrefslogtreecommitdiff
path: root/Zend/tests/bug33282.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug33282.phpt')
-rw-r--r--Zend/tests/bug33282.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug33282.phpt b/Zend/tests/bug33282.phpt
index 65e3c16cf5..27f399046e 100644
--- a/Zend/tests/bug33282.phpt
+++ b/Zend/tests/bug33282.phpt
@@ -8,7 +8,7 @@ Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
$r = &$a[2];
var_dump($a);
?>
---EXPECT--
+--EXPECT--
array(3) {
[0]=>
int(1)