3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datetime = "19381717"; print_r(date_parse_from_format("Y-m-d H-i-s", $datetime));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [year] => 1938 [month] => 17 [day] => 17 [hour] => [minute] => [second] => [fraction] => [warning_count] => 1 [warnings] => Array ( [8] => The parsed date was invalid ) [error_count] => 3 [errors] => Array ( [4] => The separation symbol could not be found [6] => The separation symbol could not be found [8] => Not enough data available to satisfy format ) [is_localtime] => )

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.6 ms | 402 KiB | 8 Q