3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '<?xml version='1.0' encoding='UTF-8'?> <settings> <background_color>#000000</background_color> <show_context_menu>yes</show_context_menu> <image> <thumb_path>210x245.png</thumb_path> <big_image_path>620x930.png</big_image_path> </image> <image> <thumb_path>200x295.png</thumb_path> <big_image_path>643x950.png</big_image_path> </image> </settings>'; $xml = simplxml_load_string($xml); unset($xml->image); $xml->asXML('php://output');
Output for 5.4.0 - 5.4.13
Parse error: syntax error, unexpected '1.0' (T_DNUMBER) in /in/d2DQa on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.23
Parse error: syntax error, unexpected T_DNUMBER in /in/d2DQa on line 2
Process exited with code 255.

preferences:
175.69 ms | 1395 KiB | 45 Q