summaryrefslogtreecommitdiff
path: root/Zend/tests/bug32833.phpt
blob: 08ef1462e1819e888f0735a19e67f2e843f87adf (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #32833 (Invalid opcode with $a[] .= '')
--FILE--
<?php
$test = array();
$test[] .= "ok\n";
echo $test[0];
?>
--EXPECT--
ok