lsb_007.phpt 239 B

123456789101112
  1. --TEST--
  2. ZE2 Late Static Binding ensuring implementing 'static' is not allowed
  3. --FILE--
  4. <?php
  5. class Foo implements static {
  6. }
  7. ?>
  8. ==DONE==
  9. --EXPECTF--
  10. Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d