3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); var_dump(date_parse("2006-12-12T10:00:00.999999999-04:00"));
Output for git.master, git.master_jit, rfc.property-hooks
array(15) { ["year"]=> int(2006) ["month"]=> int(12) ["day"]=> int(12) ["hour"]=> int(10) ["minute"]=> int(0) ["second"]=> int(0) ["fraction"]=> float(0.999999) ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } ["is_localtime"]=> bool(true) ["zone_type"]=> int(1) ["zone"]=> int(-14400) ["is_dst"]=> bool(false) }

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:
31.66 ms | 402 KiB | 8 Q