<?php function inner() { var_dump($undefined); } function outer() { inner(); } outer(); outer(); @outer();
You have javascript disabled. You will not be able to edit any code.