3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<XML <?xml version='1.0'?> <document> <title>Zweiundvierz...?</title> <from>Joe</from> <to>Jane</to> <body> Ich kenne die Antwort -- aber was ist die Frage? </body> </document> XML; $xml = simplexml_load_string($string); $id = $(xml["tiltle"]); print_r($id); ?>
Output for 5.4.16
Parse error: syntax error, unexpected '(', expecting variable (T_VARIABLE) or '$' in /in/N2tRn on line 15
Process exited with code 255.
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected '(', expecting variable (T_VARIABLE) or '$' in firP9 on line 15
Process exited with code 255.
Output for 5.3.25 - 5.3.26
Parse error: syntax error, unexpected '(', expecting T_VARIABLE or '$' in /in/N2tRn on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected '(', expecting T_VARIABLE or '$' in firP9 on line 15
Process exited with code 255.

preferences:
171.95 ms | 1395 KiB | 51 Q