3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public function __debugInfo(): array { throw new \Error('x'); } } try { $a = new A(); // print_r($a->__debuginfo()); print_r($a, true); } catch (\Throwable $e) { echo $e->getMessage(); }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Uncaught Error: x in /in/YTfSl:7 Stack trace: #0 [internal function]: A->__debugInfo() #1 /in/YTfSl(14): print_r(Object(A), true) #2 {main} thrown in /in/YTfSl on line 7 Fatal error: __debuginfo() must return an array in /in/YTfSl on line 14
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:
121.37 ms | 405 KiB | 5 Q