|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-01 14:01 UTC] bjori@php.net
[2006-10-01 14:20 UTC] ladislav dot prosek at matfyz dot cz
[2006-10-01 15:17 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 02:00:01 2025 UTC |
Description: ------------ The following piece of code crashes PHP CLI. Reproduce code: --------------- <? $x = new SimpleXMLElement("<root/>"); $y = $x->whatever; $y->z["a"] = "b"; ?> Expected result: ---------------- You decide ;) Actual result: -------------- * CRASH *