3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = "http://54.186.220.102/Logins.xml"; $xml = simplexml_load_string( $xml); foreach( $xml->xpath( './/User') as $child) { if($child->attributes()['_un'] == "Farach"){ $child->UserInfo->attributes()['_cr'] = 100; } }

preferences:
34.77 ms | 402 KiB | 5 Q