3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x="<root> <person> <name>Julie</name> <age>37</age> <rating>5</rating> </person> <person> <name>Greta</name> <age>56</age> <rating>7</rating> </person> <person> <name>Kerstin</name> <age>38</age> <rating>10</rating> </person> </root>";" $xml = simplexml_load_string($x); $person = $xml->xpath("//person[name='Greta']"); var_dump ($person); ?>
Output for 5.4.13
Parse error: syntax error, unexpected 'var_dump' (T_STRING) in /in/YGInp on line 24
Process exited with code 255.
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected 'var_dump' (T_STRING) in So07K on line 24
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected T_STRING in /in/YGInp on line 24
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected T_STRING in So07K on line 24
Process exited with code 255.

preferences:
181.56 ms | 1395 KiB | 45 Q