3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set("UTC"); $tijd_in_UTC = '2014-02-10 20:18'; // voorbeeld, dit komt uit de db $datetime = new DateTime($tijd_in_utc); echo $datetime->format('Y-m-d H:i:sP'); $datetime->setTimezone(new DateTimeZone('Europe/Amsterdam')); // of misschien kan de user zijn eigen timezone instellen en komt die ook uit de database? echo $datetime->format('Y-m-d H:i:sP');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $tijd_in_utc in /in/6t3rQ on line 7 Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/6t3rQ on line 7 2014-02-10 19:22:18+00:002014-02-10 20:22:18+01:00

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.57 ms | 402 KiB | 8 Q