3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(date_parse("1500367000")); print_r(date_parse("1500366999"));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [year] => 7000 [month] => [day] => [hour] => 15 [minute] => 0 [second] => 36 [fraction] => 0 [warning_count] => 0 [warnings] => Array ( ) [error_count] => 0 [errors] => Array ( ) [is_localtime] => ) Array ( [year] => 1500 [month] => 1 [day] => 366 [hour] => [minute] => [second] => [fraction] => [warning_count] => 1 [warnings] => Array ( [11] => The parsed date was invalid ) [error_count] => 3 [errors] => Array ( [7] => Unexpected character [8] => Unexpected character [9] => Unexpected character ) [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:
30.26 ms | 402 KiB | 8 Q