preload_nested_function.inc 53 B

1234567
  1. <?php
  2. function test()
  3. {
  4. function test2() { }
  5. }