3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xmlRoot = new SimpleXMLElement('<?xml version="1.0"?> <habrauser> <error>404</error> </habrauser> '); $e = $xmlRoot->xpath('/habrauser/error'); var_dump($);
Output for 5.4.0 - 5.4.21, 5.5.0 - 5.5.5
Parse error: syntax error, unexpected ')', expecting variable (T_VARIABLE) or '$' in /in/SLZrg on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected ')', expecting T_VARIABLE or '$' in /in/SLZrg on line 9
Process exited with code 255.

preferences:
183.54 ms | 1395 KiB | 63 Q