3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new DateTime('2017-10-31T23:00:00Z', new \DateTimeZone("Europe/Berlin")); echo $a->format('Y-m-d H:i:s') . PHP_EOL; $b = new DateTime($a->format('Y-m-d H:i:s'), new \DateTimeZone("Europe/Berlin")); echo $a->format(DATE_ISO8601);
Output for git.master, git.master_jit, rfc.property-hooks
2017-10-31 23:00:00 2017-10-31T23:00:00+0000

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.9 ms | 401 KiB | 8 Q