methods-on-non-objects-nested.inc 80 B

1234
  1. <?php
  2. function nested() {
  3. throw new LogicException('Should not be called');
  4. }