3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $phpdate = strtotime('-2 day'); echo PHP_EOL; $mysqldate = date('Y-m-d H:i:s', $phpdate); $phpdate = time(); echo $last_midnight = $now - ($now % (24*60*60)); if ($last_access >= $last_midnight) { print "Today"; } elseif ($last_access >= ($last_midnight-(24*60*60)) { Print "Yesterday"; } ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23
Parse error: syntax error, unexpected '{' in /in/DTFf7 on line 18
Process exited with code 255.

preferences:
179.88 ms | 1387 KiB | 60 Q