<?php $test = 'hello'; function test() { $vars = ['test']; foreach ($vars as $var) { global $$var; } echo $test; } test();
You have javascript disabled. You will not be able to edit any code.