<?php function a() { $a = &$b; $b = &$c[0]; var_dump(get_defined_vars()); } a();
You have javascript disabled. You will not be able to edit any code.