3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface IException { public function getMessage(); } class MyException extends Exception implements IException { } try{ throw new MyException(); } catch( IException $e ){ var_dump($e); }

preferences:
60.73 ms | 402 KiB | 5 Q