3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = "Europe/Mariehamn 20130114T170000"; $parse_date = date_parse($time); echo var_dump($parse_date) ."<br>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(14) { ["year"]=> int(2013) ["month"]=> int(1) ["day"]=> int(14) ["hour"]=> int(17) ["minute"]=> int(0) ["second"]=> int(0) ["fraction"]=> float(0) ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } ["is_localtime"]=> bool(true) ["zone_type"]=> int(3) ["tz_id"]=> string(16) "Europe/Mariehamn" } <br>

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