<?php interface i {} class myException extends Exception implements i {} try { throw new myException(); } catch(i $i) { var_dump($i instanceof myException); }
You have javascript disabled. You will not be able to edit any code.