3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = new DateTime('2014-01-01 00:00:00.000'); //echo $dt->format('Y-m-d H:i:s.u'); echo $dt->getTimestamp(); echo "\n"; $bbb = $dt->getTimestamp() * 1000; echo $bbb
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/DMGSH on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/DMGSH on line 7
Process exited with code 255.

preferences:
199.78 ms | 1395 KiB | 63 Q