3v4l.org

run code in 300+ PHP versions simultaneously
<?php $names = array( '01' => 'January', '02' => 'February', '03' => 'March', '04' => 'April', '05' => 'May', '06' => 'June', '07' => 'July', '08' => 'August', '09' => 'September', '10' => 'October', '11' => 'November', '12' => 'December' ); $_POST["finalmonth"] = 3; if (!isset($names[$_POST["finalmonth"]])) echo 'Unknown month'; else echo $names[$_POST["finalmonth"]]; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Unknown month

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