3v4l.org

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

preferences:
81.22 ms | 402 KiB | 5 Q