3v4l.org

run code in 300+ 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:
52.93 ms | 839 KiB | 5 Q