3v4l.org

run code in 300+ PHP versions simultaneously
<?php $reg = 'twitter.com/(\w+)'; $web = 'http://twitter.com/dcavuotti'; $arrMatches = array(); if (preg_match($reg,$web, $arrMatches)){ var_dump($arrMatches); }

preferences:
29.55 ms | 402 KiB | 5 Q