<?phpif (authenticate_user()) { $authenticated = true;}...?>
<?phpfunction example1(){ print $_GET["name"]; // 動作します。 'global $_GET;' は不要です!}?>