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