3v4l.org

run code in 300+ PHP versions simultaneously
<?php $marks1 = array(360,310,310,330,313,375,456,111,256); $marks2 = array(350,340,356,330,321); $marks3 = array(630,340,570,635,434,255,298); echo max($marks1); echo min($marks2); echo max($marks3); echo min($marks3); ?>
Output for git.master, git.master_jit, rfc.property-hooks
456321635255

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