3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface i {} class myException extends Exception implements i {} try { throw new myException(); } catch(i $i) { var_dump($i instanceof myException); }

preferences:
40.75 ms | 845 KiB | 5 Q