summaryrefslogtreecommitdiff
path: root/Zend/tests/bug32833.phpt
blob: e58c8453d9736e821f9d419c1edc89e51f0a8fca (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