<?php $bar = 42; function foo() { $foo = 'bar'; global $$foo; var_dump($$foo); } foo();
You have javascript disabled. You will not be able to edit any code.