3v4l.org

run code in 300+ PHP versions simultaneously
<?php $unixTimestamp = 1457459333506; $dt = DateTime::createFromFormat("U.u", $unixTimestamp / 1000); var_dump($dt); echo $dt->format('Y-m-d H:i:s.u');
Output for git.master, git.master_jit, rfc.property-hooks
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 17:48:53.506000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } 2016-03-08 17:48:53.506000

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
32.01 ms | 405 KiB | 5 Q