<?php function foo() { function bar() { return "This actually works."; } } foo(); echo bar();
You have javascript disabled. You will not be able to edit any code.