lsb_006.phpt 229 B

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