<?php function a() { $b = 123; $arr = get_defined_vars(); print_r($arr); } a();
You have javascript disabled. You will not be able to edit any code.