3v4l.org

run code in 300+ PHP versions simultaneously
<?php $year = date("Y"); $yearDoubleBack = date("Y", strtotime($year . " - 2 year")); $YearDoubleAhead = date("Y", strtotime($year . " + 2 year")); echo '$yearDoubleBack => ' . $yearDoubleBack; echo PHP_EOL; echo '$YearDoubleAhead => ' . $YearDoubleAhead;
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.5, 7.4.7 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
$yearDoubleBack => 2016 $YearDoubleAhead => 2020
Output for 7.4.6
$yearDoubleBack => 2018 $YearDoubleAhead => 2022

preferences:
194.02 ms | 406 KiB | 5 Q