3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = '10/2014'; list($month, $year) = explode("/", $date); echo 'Month: '.$month."\n"; echo 'Year: '.$year; ?>

preferences:
49.74 ms | 402 KiB | 5 Q