3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('Europe/London'); $dts = array(); $dts[] = new DateTime('2013-07-09 10:01:02 America/New_York'); $dts[] = new DateTime('10:01:02'); $dts[] = new DateTime('10:01:02 America/New_York'); $dts[] = new DateTime('10:01:02 Australia/Sydney'); foreach ( $dts as $dt ) echo $dt->format('c - e').PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
2013-07-09T10:01:02-04:00 - America/New_York 2013-07-09T10:01:02+01:00 - Europe/London 2013-07-09T10:01:02-04:00 - America/New_York 2013-07-09T10:01:02+10:00 - Australia/Sydney

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