3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface Runnable { public function run(): ?stdClass; } class ImplementorRunnable implements Runnable { public function run(): never { throw new \Exception('test'); } } (new ImplementorRunnable())->run();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Exception: test in /in/npms1:12 Stack trace: #0 /in/npms1(16): ImplementorRunnable->run() #1 {main} thrown in /in/npms1 on line 12
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:
53.62 ms | 1413 KiB | 4 Q