3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strototime("+12 months"); $d1 = new \Datetime('2017-6-1'); $d2 = new \Datetime('2017-7-1'); $diff = $d1->diff($d2); echo sprintf('%d Month\\s', $diff->m) . PHP_EOL; echo sprintf('...But %d Day\\s', $diff->d) . PHP_EOL;
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Call to undefined function strototime() in /in/OULdb:3 Stack trace: #0 {main} thrown in /in/OULdb on line 3
Process exited with code 255.

preferences:
185.72 ms | 403 KiB | 169 Q