3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zones = ['EDT', 'EST']; foreach ($zones as $zone) { // get offset $timezone = new DateTimeZone($zone); $offset = $timezone->getOffset(new DateTime(null, $timezone)); printf("%s (%s) %s\n", $zone, $timezone->getName(), format_offset($offset)); }
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/2mC3L on line 7 Fatal error: Uncaught Error: Call to undefined function format_offset() in /in/2mC3L:9 Stack trace: #0 {main} thrown in /in/2mC3L on line 9
Process exited with code 255.

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