3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<?xml version="1.0" encoding="utf-8"?> <SMS-InsRequest> <CLIENT user="test" pwd="demo" from="5555" /> <INSERTMSG text="Hi &quot;John&quot;. API test1 date: 24.07.2013"></INSERTMSG> </SMS-InsRequest> '; $xml = simplexml_load_string($xml); print_r($xml);

preferences:
51.11 ms | 402 KiB | 5 Q