3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = date_create(date("Y-m-d", time())); $b = date_create(date("Y-m-d", (time() - 1000000) )); $b = 1; $d = date_diff($a, $b); var_dump($d);
Output for 7.3.0 - 7.3.12, 7.4.0
Warning: date_diff() expects parameter 2 to be DateTimeInterface, int given in /in/pE8dh on line 5 bool(false)
Output for 5.5.8 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.25
Warning: date_diff() expects parameter 2 to be DateTimeInterface, integer given in /in/pE8dh on line 5 bool(false)
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.7
Warning: date_diff() expects parameter 2 to be DateTime, integer given in /in/pE8dh on line 5 bool(false)
Output for 5.2.0 - 5.2.17
Fatal error: Call to undefined function date_diff() in /in/pE8dh on line 5
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/pE8dh on line 2
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_create() in /in/pE8dh on line 2
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/pE8dh on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_create() in /in/pE8dh on line 2

preferences:
200.19 ms | 401 KiB | 264 Q