ID: 47704 Updated by: [email protected] Reported By: [email protected] -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] [email protected] 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
