bug30519.phpt 235 B

123456789101112
  1. --TEST--
  2. Bug #30519 (Interface not existing says Class not found)
  3. --FILE--
  4. <?php
  5. class test implements a {
  6. }
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Uncaught Error: Interface "a" not found in %s:%d
  10. Stack trace:
  11. #0 {main}
  12. thrown in %s on line %d