tok_last          381 ext/standard/file.c 	php_meta_tags_token tok, tok_last;
tok_last          401 ext/standard/file.c 	tok_last = TOK_EOF;
tok_last          405 ext/standard/file.c 			if (tok_last == TOK_OPENTAG) {
tok_last          407 ext/standard/file.c 			} else if (tok_last == TOK_SLASH && in_tag) {
tok_last          412 ext/standard/file.c 			} else if (tok_last == TOK_EQUAL && looking_for_val) {
tok_last          446 ext/standard/file.c 		} else if (tok == TOK_STRING && tok_last == TOK_EQUAL && looking_for_val) {
tok_last          499 ext/standard/file.c 		tok_last = tok;