3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = 0; echo "結果は{$s}点です。"; switch ($s){ case $s >= 90: echo "パーフェクトです。"; break; case $s < 90 && $s >= 70: echo "素晴らしい"; break; case $s < 70 && $s >= 50: echo "合格です。"; break; default: echo "頑張りましょう!"; }
Output for git.master, git.master_jit, rfc.property-hooks
結果は0点です。パーフェクトです。

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