ID:               27517
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cyppe at telia dot com
-Status:           No Feedback
+Status:           Bogus
-Bug Type:         XML related
+Bug Type:         SimpleXML related
 Operating System: linux
 PHP Version:      5.0.0b4 (beta4)
 New Comment:

SimpleXML overloads its objects, so they don't work correctly when you
call print_r() and friends.

You should use the asXML() method if you're interested in viewing a
text version of the object.


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

[2004-06-21 19:24:05] schmich at uiuc dot edu

Same behavior confirmed with PHP5 RC3 on linux

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

[2004-03-31 19:51:12] jaba at inbox dot lv

Just wanted to add that this is PHP5 RC1 running on Windows XP

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

[2004-03-31 19:49:57] jaba at inbox dot lv

SimpleXML does support CDATA, but it fails to show nodes consisting of
CDATA when you call print_r() or var_dump().

It only says [tag_name] => simplexml_element Object

When you call $xmlobject->[tag_name] then you get what you expect, but
with print_r() - no!

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

[2004-03-13 05:01:41] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2004-03-07 09:41:42] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/27517

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

Reply via email to