3v4l.org

run code in 300+ PHP versions simultaneously
<?php function formatLink($post) { if(preg_match('/^\>\>[0-9]{+}$/', $post)) { return "<font color=\"red\">".htmlentities($post)."</font>"; } else { return "<font color=\"#b7b7b7\">".htmlentities($post)."</font>"; } } echo formatLink(">>86721678");

preferences:
40.88 ms | 402 KiB | 5 Q