3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(min(NULL, false)); var_dump(min(0, false)); var_dump(min(false, 0)); var_dump(min(NULL, "2012-12-21")); var_dump(min("2011-01-10", "2012-12-21")); var_dump(min("2013-01-10", "2012-12-21")); var_dump(min("2012-12-21", "2012-12-21 00:00:01")); var_dump(min("2012-12-21", "2012-12-20 23:59:59"));
Output for git.master, git.master_jit, rfc.property-hooks
NULL int(0) bool(false) NULL string(10) "2011-01-10" string(10) "2012-12-21" string(10) "2012-12-21" string(19) "2012-12-20 23:59:59"

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.99 ms | 401 KiB | 8 Q