3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "blah 2014 yar"; $pos = strpos($string, "20"); $year = substr($string, $pos, ($pos+4)); echo $year; ?>

preferences:
40.19 ms | 402 KiB | 5 Q