3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input1 = "3/19/2014"; $input2 = "03/20/2014"; echo strtotime($input1); echo "\n"; echo strtotime($input2);

preferences:
34.05 ms | 402 KiB | 5 Q