3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = <<<XML <conf id="myrec" mediaplayer="0" up="1" /> XML; $xml = simplexml_load_string($x); $xml['mediaplayer'] = 1; echo $xml['mediaplayer'];

preferences:
41.66 ms | 402 KiB | 5 Q