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