3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ($timestamp === false) { echo "The string $timestamp is bogus"; } elsif ($timestamp === -1) { echo "strtotime didn't recognize the date string"; } else { echo date('F',strtotime($timestamp)); } ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '{' in /in/GHWZm on line 4
Process exited with code 255.

preferences:
180.28 ms | 1395 KiB | 57 Q