ru_php/Zend/tests/concat/bug32833.phpt

11 lines
136 B
Plaintext
Raw Permalink Normal View History

--TEST--
Bug #32833 (Invalid opcode with $a[] .= '')
--FILE--
<?php
$test = array();
$test[] .= "ok\n";
echo $test[0];
?>
--EXPECT--
ok