3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sourcestring=$html; preg_match_all('/<font color=\"#FFFFFF\"><b>(.*?)<\/b>/',$sourcestring,$match); foreach($match[0] as $thisMatch){ echo "$thisMatch\n"; }

preferences:
35.66 ms | 402 KiB | 5 Q