3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dow = 2; $x = new \DateTime('midnight'); $x->setTime(12, 0); var_dump($x); var_dump($x->format('w')); //$x->setDate((int) $x->format('Y'), (int) $x->format('m'), (int) ) $y = new \DateTime("Sunday +2 days"); var_dump($y); var_dump($y->format('w'));

preferences:
28.66 ms | 402 KiB | 5 Q