3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(null [[]]); // NULL var_dump(true [[]]); // NULL var_dump(false [[]]); // NULL var_dump( [][[]]); // fatal error
Output for git.master, git.master_jit
Warning: Trying to access array offset on null in /in/flQ68 on line 4 NULL Warning: Trying to access array offset on true in /in/flQ68 on line 5 NULL Warning: Trying to access array offset on false in /in/flQ68 on line 6 NULL Fatal error: Uncaught TypeError: Cannot access offset of type array on array in /in/flQ68:8 Stack trace: #0 {main} thrown in /in/flQ68 on line 8
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:
42.16 ms | 885 KiB | 4 Q