3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date_parse('30th of January 1974'));
Output for git.master, git.master_jit, rfc.property-hooks
array(13) { ["year"]=> int(1974) ["month"]=> int(1) ["day"]=> int(1) ["hour"]=> bool(false) ["minute"]=> bool(false) ["second"]=> bool(false) ["fraction"]=> bool(false) ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(29) "Double timezone specification" } ["error_count"]=> int(3) ["errors"]=> array(3) { [0]=> string(20) "Unexpected character" [1]=> string(20) "Unexpected character" [2]=> string(47) "The timezone could not be found in the database" } ["is_localtime"]=> bool(true) ["zone_type"]=> int(0) }

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