<?php function a() { function b() { echo 1; } } a(); b();
You have javascript disabled. You will not be able to edit any code.