3v4l.org

run code in 300+ PHP versions simultaneously
<?php $LastFridayOfMonth = date('Y-m-d', strtotime("last Friday", strtotime("2013-06-01"))); echo "$LastFridayOfMonth where 'month' is May\n" ; $LastFridayOfMonth = date('Y-m-d', strtotime("last Friday", strtotime("2013-07-01"))); echo "$LastFridayOfMonth where 'month' is June\n" ;

preferences:
44.57 ms | 402 KiB | 5 Q