3v4l.org

run code in 300+ PHP versions simultaneously
<?php $target=13; $try=(isset($_POST['number'])) ? $try+1 : 1; if(!isset($_POST['guess'])){ $message="welcome to geuss machine";} elseif(!is_numeric($_POST['guess'])){ $message="inpute is unidentify";} elseif($_POST['guess']<$target){ $message="it's to small!";} elseif($_POST['guess']>$target){ $message="it's to big!";} elseif($_POST['guess']=$target){ $message="you win number was:$target";} else $message="it's confusing!"; ?>
Output for git.master, git.master_jit, rfc.property-hooks

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