3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a($a){ echo $a; var_dump(func_get_args(4)); } a(5, 7);
Output for git.master, git.master_jit, rfc.property-hooks
5 Fatal error: Uncaught ArgumentCountError: func_get_args() expects exactly 0 arguments, 1 given in /in/o0Pbf:7 Stack trace: #0 /in/o0Pbf(7): func_get_args(4) #1 /in/o0Pbf(10): a(5, 7) #2 {main} thrown in /in/o0Pbf on line 7
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:
41.31 ms | 401 KiB | 8 Q