PHP – show defined variables

print_r(get_defined_vars());

or

var_dump($GLOBALS);