3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dutch_date = "donderdag 27 maart 2014 00:30"; $dutch_day = array(); preg_match("#(?P<day_of_the_week>\w+)#s",$dutch_date, $dutch_day); print_r($dutch_day); ?>

preferences:
36.61 ms | 402 KiB | 5 Q