error_008.phpt 193 B

123456789101112
  1. --TEST--
  2. Trying to implement a trait
  3. --FILE--
  4. <?php
  5. trait abc { }
  6. class foo implements abc { }
  7. ?>
  8. --EXPECTF--
  9. Fatal error: foo cannot implement abc - it is not an interface in %s on line %d