3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MyException extends Exception {} function consume(MyException2 $e) { var_dump(get_class($e)); } consume(new MyException);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: consume(): Argument #1 ($e) must be of type MyException2, MyException given, called in /in/QK8Ap on line 9 and defined in /in/QK8Ap:5 Stack trace: #0 /in/QK8Ap(9): consume(Object(MyException)) #1 {main} thrown in /in/QK8Ap on line 5
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:
54.04 ms | 401 KiB | 8 Q