-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Crash on $x['x']['y'] += 1 when $x is string
--FILE--
<?php
$x = "a";
$x['x']['y'] += 1; 

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot use string offset as an array in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee