3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e'); echo "\n"; setlocale(LC_ALL, 'fr'); // or any locale with coma as decimal separator $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e');
Output for git.master, git.master_jit, rfc.property-hooks
2017-07-29 13:57:27.123456 Z 2017-07-29 13:57:27.123456 Z

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:
52.59 ms | 2396 KiB | 4 Q