3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql_dob = date_create('Y-m-d','1969-03-09'); $today = date_create(); echo date_format($today,'Y'). "<br>\n"; $age = date_diff($today,$sql_dob); echo $age->format('%y'); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Fatal error: Uncaught TypeError: date_create(): Argument #2 ($timezone) must be of type ?DateTimeZone, string given in /in/djvYd:4 Stack trace: #0 /in/djvYd(4): date_create('Y-m-d', '1969-03-09') #1 {main} thrown in /in/djvYd on line 4
Process exited with code 255.
Output for 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2014<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, bool given in /in/djvYd on line 9 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/djvYd:10 Stack trace: #0 {main} thrown in /in/djvYd on line 10
Process exited with code 255.
Output for 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2014<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, boolean given in /in/djvYd on line 9 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/djvYd:10 Stack trace: #0 {main} thrown in /in/djvYd on line 10
Process exited with code 255.
Output for 7.0.0 - 7.0.6
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2016<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, boolean given in /in/djvYd on line 9 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/djvYd:10 Stack trace: #0 {main} thrown in /in/djvYd on line 10
Process exited with code 255.
Output for 5.6.28
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2014<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, boolean given in /in/djvYd on line 9 Fatal error: Call to a member function format() on boolean in /in/djvYd on line 10
Process exited with code 255.
Output for 5.6.8 - 5.6.21
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2016<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, boolean given in /in/djvYd on line 9 Fatal error: Call to a member function format() on boolean in /in/djvYd on line 10
Process exited with code 255.
Output for 5.5.24 - 5.5.35
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2016<br> Warning: date_diff() expects parameter 2 to be DateTimeInterface, boolean given in /in/djvYd on line 9 Fatal error: Call to a member function format() on a non-object in /in/djvYd on line 10
Process exited with code 255.
Output for 5.4.35 - 5.4.45
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2015<br> Warning: date_diff() expects parameter 2 to be DateTime, boolean given in /in/djvYd on line 9 Fatal error: Call to a member function format() on a non-object in /in/djvYd on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.34
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2014<br> Warning: date_diff() expects parameter 2 to be DateTime, boolean given in /in/djvYd on line 9 Fatal error: Call to a member function format() on a non-object in /in/djvYd on line 10
Process exited with code 255.
Output for 5.2.0 - 5.2.17
Warning: date_create() expects parameter 2 to be DateTimeZone, string given in /in/djvYd on line 4 2014<br> Fatal error: Call to undefined function date_diff() in /in/djvYd on line 9
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function date_create() in /in/djvYd on line 4
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_create() in /in/djvYd on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: date_create() in /in/djvYd on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_create() in /in/djvYd on line 4

preferences:
220.07 ms | 401 KiB | 313 Q