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