3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = new DateTime("2018-12-02"); $y = new DateTime(); $y->setDate(date("Y"), date("m"), $x->format("d")); $y->modify("+1 month"); echo $y->format("d.m.Y");

preferences:
50.75 ms | 402 KiB | 5 Q