3v4l.org

run code in 500+ PHP versions simultaneously
<?php $pref = "東京"; switch($pref) { case "東京": case "千葉": case "神奈川": echo "関東です";     break; default: echo "該当なし"; break; }
Output for 8.2.31 - 8.2.33, 8.3.0 - 8.3.33, 8.4.1 - 8.4.25, 8.5.0 - 8.5.10
関東です Fatal error: Uncaught Error: Undefined constant "    break" in /in/MoJ0j:10 Stack trace: #0 {main} thrown in /in/MoJ0j on line 10
Process exited with code 255.

preferences:
49.97 ms | 799 KiB | 4 Q