token_type 89 Zend/zend_highlight.c int token_type; token_type 97 Zend/zend_highlight.c while ((token_type=lex_scan(&token))) { token_type 98 Zend/zend_highlight.c switch (token_type) { token_type 151 Zend/zend_highlight.c switch (token_type) { token_type 180 Zend/zend_highlight.c int token_type; token_type 184 Zend/zend_highlight.c while ((token_type=lex_scan(&token))) { token_type 185 Zend/zend_highlight.c switch (token_type) { token_type 214 Zend/zend_highlight.c switch (token_type) { token_type 35 ext/tokenizer/php_tokenizer.h char *get_token_type_name(int token_type); token_type 115 ext/tokenizer/tokenizer.c int token_type; token_type 131 ext/tokenizer/tokenizer.c while ((token_type = lex_scan(&token))) { token_type 132 ext/tokenizer/tokenizer.c if (token_type == T_CLOSE_TAG && zendtext[zendleng - 1] != '>') { token_type 136 ext/tokenizer/tokenizer.c if (token_type >= 256) { token_type 138 ext/tokenizer/tokenizer.c add_next_index_long(&keyword, token_type); token_type 139 ext/tokenizer/tokenizer.c if (token_type == T_END_HEREDOC) { token_type 159 ext/tokenizer/tokenizer.c if (token_type != T_WHITESPACE && token_type != T_OPEN_TAG token_type 160 ext/tokenizer/tokenizer.c && token_type != T_COMMENT && token_type != T_DOC_COMMENT token_type 173 ext/tokenizer/tokenizer.c } else if (token_type == T_HALT_COMPILER) { token_type 168 ext/tokenizer/tokenizer_data.c char *get_token_type_name(int token_type) token_type 170 ext/tokenizer/tokenizer_data.c switch (token_type) {