3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('EXPIRY_NOTIFICATION_TIME', 60 * 60 * 24 * 14); $now = time(); $s = '...date >'; $s2 = ' AND...'; echo $s . $now + EXPIRY_NOTIFICATION_TIME . $s2;
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.11
Warning: A non-numeric value encountered in /in/6jHbG on line 6 1209600 AND...
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
1209600 AND...

preferences:
78.68 ms | 402 KiB | 89 Q