-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/bug32833.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee