ID: 47704 Updated by: dmi...@php.net Reported By: dmi...@php.net -Status: Open +Status: Assigned Bug Type: Scripting Engine problem Operating System: * PHP Version: 5.3CVS-2009-03-18 (CVS) -Assigned To: +Assigned To: dmitry
Previous Comments: ------------------------------------------------------------------------ [2009-03-18 10:39:32] dmi...@php.net Description: ------------ The following script chrashes Reproduce code: --------------- <?php $s = "abd"; $s[0]->a += 4; echo "ok\n"; ?> Expected result: ---------------- ok Actual result: -------------- Segmentation fault ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47704&edit=1