3v4l.org

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

preferences:
57.66 ms | 402 KiB | 5 Q