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:
59.21 ms | 873 KiB | 5 Q