3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(date_parse(1458363078)); print_r(date_parse(1458373078));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [year] => 1458 [month] => 1 [day] => 363 [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] => ) Array ( [year] => 3078 [month] => [day] => [hour] => 14 [minute] => 58 [second] => 37 [fraction] => 0 [warning_count] => 0 [warnings] => Array ( ) [error_count] => 0 [errors] => Array ( ) [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:
130.75 ms | 407 KiB | 5 Q