3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); $tz = new DateTimeZone('+24:00'); $date = new DateTime("202343-2208-153523", $tz); var_dump($date->format('Y-m-d H:i:s T')); var_export(strtotime("2023-10-04 18:31:43 UTC"));
Output for git.master, git.master_jit, rfc.property-hooks
string(28) "2023-10-04 20:23:43 GMT-2208" 1696444303

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:
96.26 ms | 405 KiB | 5 Q