3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date_parse( "2015-10-12T19:28:38+0200"));
Output for git.master, git.master_jit, rfc.property-hooks
array(15) { ["year"]=> int(2015) ["month"]=> int(10) ["day"]=> int(12) ["hour"]=> int(19) ["minute"]=> int(28) ["second"]=> int(38) ["fraction"]=> float(0) ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } ["is_localtime"]=> bool(true) ["zone_type"]=> int(1) ["zone"]=> int(7200) ["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:
50.62 ms | 402 KiB | 8 Q