test-implements.php 159 B

123456789
  1. <?php
  2. /**
  3. * Class BadClass - sub class a forbidden class is not allowed
  4. * NOTE: lowercase typo is intended
  5. */
  6. class BadClass implements oC_Avatar {
  7. }