3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTimeImmutable('now', new DateTimeZone('UTC')); $nowString = $now->format('Y-m-d\TH:i:s.u'); $lockUntilString = $now->modify('+' . (string) 1000 . ' ms')->format('Y-m-d\TH:i:s.u'); print $lockUntilString;
Output for git.master
2017-03-17T17:36:16.003615
Output for git.master_jit
2017-03-17T17:36:16.003941
Output for rfc.property-hooks
2017-03-17T17:36:16.003355

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:
62.92 ms | 401 KiB | 8 Q