tok_last          389 ext/standard/file.c 	php_meta_tags_token tok, tok_last;
tok_last          409 ext/standard/file.c 	tok_last = TOK_EOF;
tok_last          413 ext/standard/file.c 			if (tok_last == TOK_OPENTAG) {
tok_last          415 ext/standard/file.c 			} else if (tok_last == TOK_SLASH && in_tag) {
tok_last          420 ext/standard/file.c 			} else if (tok_last == TOK_EQUAL && looking_for_val) {
tok_last          454 ext/standard/file.c 		} else if (tok == TOK_STRING && tok_last == TOK_EQUAL && looking_for_val) {
tok_last          507 ext/standard/file.c 		tok_last = tok;