3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <?xml version='1.0' standalone='yes'?> <movies> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivia Actora</actor> </character> <character> <name>Mr. Coder</name> <actor>El Act&#211;r</actor> </character> </characters> <plot> So, this language. It's like, a programming language. Or is it a scripting language? All is revealed in this thrilling horror spoof of a documentary. </plot> <great-lines1> <line>PHP solves all my web problems</line> </great-lines1> <great-lines2> <line>PHP solves all my web problems</line> <![CDATA[always be testing!]]> </great-lines2> <great-lines3> PHP solves all my web problems <![CDATA[always be testing!]]> </great-lines2> <rating type="thumbs">7</rating> <rating type="stars">5</rating> </movie> </movies> XML; $sml = new SimpleXMLElement ($xml); $result1 = $sml->xpath('/movies/movie/great-lines1'); $result2 = $sml->xpath('/movies/movie/great-lines2'); $result3 = $sml->xpath('/movies/movie/great-lines3'); var_dump($result1); var_dump($result2); var_dump($result3);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: SimpleXMLElement::__construct(): Entity: line 30: parser error : Opening and ending tag mismatch: great-lines3 line 27 and great-lines2 in /in/0ILqX on line 42 Warning: SimpleXMLElement::__construct(): </great-lines2> in /in/0ILqX on line 42 Warning: SimpleXMLElement::__construct(): ^ in /in/0ILqX on line 42 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/0ILqX:42 Stack trace: #0 /in/0ILqX(42): SimpleXMLElement->__construct('<?xml version='...') #1 {main} thrown in /in/0ILqX on line 42
Process exited with code 255.
Output for 5.1.0 - 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: SimpleXMLElement::__construct(): Entity: line 30: parser error : Opening and ending tag mismatch: great-lines3 line 27 and great-lines2 in /in/0ILqX on line 42 Warning: SimpleXMLElement::__construct(): </great-lines2> in /in/0ILqX on line 42 Warning: SimpleXMLElement::__construct(): ^ in /in/0ILqX on line 42 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/0ILqX:42 Stack trace: #0 /in/0ILqX(42): SimpleXMLElement->__construct('<?xml version='...') #1 {main} thrown in /in/0ILqX on line 42
Process exited with code 255.
Output for 5.1.2
Warning: SimpleXMLElement::__construct(): Entity: line 30: parser error : Opening and ending tag mismatch: great-lines3 line 27 and great-lines2 in /in/0ILqX on line 43 Warning: SimpleXMLElement::__construct(): </great-lines2> in /in/0ILqX on line 43 Warning: SimpleXMLElement::__construct(): ^ in /in/0ILqX on line 43 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/0ILqX:43 Stack trace: #0 /in/0ILqX(43): SimpleXMLElement->__construct('<?xml version='...') #1 {main} thrown in /in/0ILqX on line 43
Process exited with code 255.
Output for 5.0.3 - 5.0.5
Warning: Entity: line 30: parser error : Opening and ending tag mismatch: great-lines3 line 27 and great-lines2 in /in/0ILqX on line 42 Warning: </great-lines2> in /in/0ILqX on line 42 Warning: ^ in /in/0ILqX on line 42 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/0ILqX:42 Stack trace: #0 /in/0ILqX(42): SimpleXMLElement->__construct('<?xml version='...') #1 {main} thrown in /in/0ILqX on line 42
Process exited with code 255.
Output for 5.0.0 - 5.0.2
Warning: Entity: line 30: parser error : Opening and ending tag mismatch: great-lines3 line 27 and great-lines2 in /in/0ILqX on line 42 Warning: </great-lines2> in /in/0ILqX on line 42 Warning: ^ in /in/0ILqX on line 42 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/0ILqX:42 Stack trace: #0 {main} thrown in /in/0ILqX on line 42
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/0ILqX on line 42
Process exited with code 255.
Output for 4.4.2
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/0ILqX on line 43
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/0ILqX on line 42

preferences:
228.87 ms | 401 KiB | 327 Q