<?php $foobar; var_dump(array_key_exists("foobar", get_defined_vars())); $foobar = null; var_dump(array_key_exists("foobar", get_defined_vars()));
You have javascript disabled. You will not be able to edit any code.