3v4l.org

run code in 300+ PHP versions simultaneously
<?php array_map( function () { var_dump(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)); throw new \Exception('test'); }, ['foo'] );
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(1) { ["function"]=> string(9) "{closure}" } [1]=> array(3) { ["file"]=> string(9) "/in/6gDAv" ["line"]=> int(3) ["function"]=> string(9) "array_map" } } Fatal error: Uncaught Exception: test in /in/6gDAv:6 Stack trace: #0 [internal function]: {closure}('foo') #1 /in/6gDAv(3): array_map(Object(Closure), Array) #2 {main} thrown in /in/6gDAv on line 6
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:
27.76 ms | 406 KiB | 5 Q