summaryrefslogtreecommitdiff
path: root/Zend/tests/methods-on-non-objects-nested.inc
blob: 8511414b82cca83de3f38f07983855221f9b3d89 (plain)
1
2
3
4
<?php
function nested() {
  throw new LogicException('Should not be called');
}