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() - 10000) )) $d = date_diff($a, $b); var_dump($d);
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected '$d' (T_VARIABLE) in SAf1M on line 4
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_VARIABLE in /in/FdXLH on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_VARIABLE in SAf1M on line 4
Process exited with code 255.

preferences:
184.56 ms | 1395 KiB | 49 Q