3v4l.org

run code in 300+ PHP versions simultaneously
<?php $todaysdate = '2015-11-30'; echo $todaysdate + 1; echo date('Y-m-d', strtotime($todaysdate));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Warning: A non-numeric value encountered in /in/ukoJj on line 4 20162015-11-30
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
Notice: A non well formed numeric value encountered in /in/ukoJj on line 4 20162015-11-30
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.3.32 - 7.3.33
20162015-11-30

preferences:
157.73 ms | 402 KiB | 226 Q