3v4l.org

run code in 300+ PHP versions simultaneously
<?php const test = true; const name = "安藤龍治です"; const suji = -77; const shosu = 3.14; var_dump(test); var_dump(moji); var_dump(suji); var_dump(shosu);
Output for git.master, git.master_jit, rfc.property-hooks
bool(true) Fatal error: Uncaught Error: Undefined constant "moji" in /in/bVFOl:9 Stack trace: #0 {main} thrown in /in/bVFOl on line 9
Process exited with code 255.

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