<?php extract([ "abcdefg" => 'a', "\x7f" => 'b', "zxcvbn\x7f" => 'c' ]); var_dump(array_keys($GLOBALS));
You have javascript disabled. You will not be able to edit any code.