3v4l.org

run code in 300+ PHP versions simultaneously
<?php $parsed_data = date_parse_from_format('Y-m-d H:i:s', '2015-04-03 17:16:18'); var_dump($parsed_data);
Output for git.master, git.master_jit, rfc.property-hooks
array(12) { ["year"]=> int(2015) ["month"]=> int(4) ["day"]=> int(3) ["hour"]=> int(17) ["minute"]=> int(16) ["second"]=> int(18) ["fraction"]=> float(0) ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } ["is_localtime"]=> 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:
68.69 ms | 402 KiB | 8 Q