php PHP – show defined variables Posted March 20, 2026 print_r(get_defined_vars()); or var_dump($GLOBALS); php