3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'no_such_function'; var_dump($string); $lambda = fn(...$args) => no_such_function(...$args); var_dump($lambda); $fcc = no_such_function(...); var_dump($fcc);
Output for git.master_jit, git.master
string(16) "no_such_function" object(Closure)#1 (4) { ["name"]=> string(21) "{closure:/in/Vr9oq:6}" ["file"]=> string(9) "/in/Vr9oq" ["line"]=> int(6) ["parameter"]=> array(1) { ["$args"]=> string(10) "<optional>" } } Fatal error: Uncaught Error: Call to undefined function no_such_function() in /in/Vr9oq:9 Stack trace: #0 {main} thrown in /in/Vr9oq 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:
44.14 ms | 406 KiB | 5 Q