inter_05.phpt 201 B

12345678910
  1. --TEST--
  2. Trying to inherit a class in an interface
  3. --FILE--
  4. <?php
  5. interface a extends Exception { }
  6. ?>
  7. --EXPECTF--
  8. Fatal error: a cannot implement Exception - it is not an interface in %s on line %d