perchè $_GET dentro is_int è fra virgolette

codice:
if (isset($_GET['f'])) {
	if (!is_int($_GET['f'])) {
		die("no!");
	}
}