3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d1 = array(1,4,5,12,78); $d2 = array(10,43,51,2,7); $t = max(max($d1),max($d2),max($d3)); // $t is 656
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $d3 in /in/PvSZL on line 9 Fatal error: Uncaught TypeError: max(): Argument #1 ($value) must be of type array, null given in /in/PvSZL:9 Stack trace: #0 /in/PvSZL(9): max(NULL) #1 {main} thrown in /in/PvSZL on line 9
Process exited with code 255.

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:
42.45 ms | 401 KiB | 8 Q