3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('m.d.y', strtotime('last Monday', strtotime('+ 28 day'))) . "\n"; echo date('m.d.y',strtotime('next Monday', strtotime('+ 28 day'))) . "\n"; echo date('m.d.y',strtotime('last Monday')) . "\n"; echo date('m.d.y',strtotime('last Monday', strtotime('last Monday'))) . "\n"; echo "\n"; echo date('m.d.y',strtotime('now - ' . intval(date('N')) - 1 . ' day')); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
12.31.12 01.07.13 12.03.12 11.26.12 12.03.12
Output for 7.4.0 - 7.4.33
Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /in/hMnpp on line 7 12.31.12 01.07.13 12.03.12 11.26.12 Warning: A non-numeric value encountered in /in/hMnpp on line 7 12.05.12
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33
12.31.12 01.07.13 12.03.12 11.26.12 Warning: A non-numeric value encountered in /in/hMnpp on line 7 12.05.12
Output for 4.4.0 - 4.4.9, 5.0.5, 5.1.2 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.25, 7.0.0 - 7.0.20
12.31.12 01.07.13 12.03.12 11.26.12 12.05.12
Output for 5.1.0 - 5.1.1
01.01.70 01.01.70 12.03.12 11.26.12 12.05.12
Output for 4.3.0 - 4.3.11, 5.0.0 - 5.0.4
12.31.12 01.14.13 12.03.12 11.26.12 12.05.12

preferences:
211.08 ms | 402 KiB | 355 Q