3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rss_fandango = file_get_contents('http://www.fandango.com/rss/top10boxoffice.rss'); $xml_fandango = simplexml_load_string($rss_fandango,null, LIBXML_NOCDATA); $data_fan = $xml_fandango->channel->item; $title = $item->title; $pos = strpos($title,'$'); $final = substr($title ,3 , strpos($title,'$') - 3); $earns = substr($title, $pos, -1); echo $pos . "<br/>"; echo $final . "<br/>"; echo $earns . "<br/>";

preferences:
46.19 ms | 402 KiB | 5 Q