3v4l.org

run code in 300+ PHP versions simultaneously
<?php $age = 30; if ($age >= 33) { echo "chalo niklo bosdi k."; } else{ echo "ajao andhar dubara dikhai na dena."; } $marks = 75; if ($marks >= 90) { echo "Grade: A+"; } elseif ($marks >= 80) { echo "Grade: A"; } elseif ($marks >= 70) { echo "Grade: B"; } else { echo "Grade: Fail"; } ?>
Output for git.master_jit, git.master
ajao andhar dubara dikhai na dena.Grade: B

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:
30.15 ms | 405 KiB | 5 Q