ID:               39007
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ladislav dot prosek at matfyz dot cz
-Status:           Open
+Status:           Feedback
 Bug Type:         SimpleXML related
 Operating System: Windows XP Pro SP2
 PHP Version:      5.1.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Can't reproduce


Previous Comments:
------------------------------------------------------------------------

[2006-10-01 10:39:35] ladislav dot prosek at matfyz dot cz

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 *


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39007&edit=1

Reply via email to