token_type         88 Zend/zend_highlight.c 	int token_type;
token_type         96 Zend/zend_highlight.c 	while ((token_type=lex_scan(&token TSRMLS_CC))) {
token_type         97 Zend/zend_highlight.c 		switch (token_type) {
token_type        144 Zend/zend_highlight.c 			switch (token_type) {
token_type        170 Zend/zend_highlight.c 	int token_type;
token_type        174 Zend/zend_highlight.c 	while ((token_type=lex_scan(&token TSRMLS_CC))) {
token_type        175 Zend/zend_highlight.c 		switch (token_type) {
token_type        204 Zend/zend_highlight.c 			switch (token_type) {
token_type         53 Zend/zend_indent.c 	int token_type;
token_type         64 Zend/zend_indent.c 	while ((token_type=lex_scan(&token TSRMLS_CC))) {
token_type         65 Zend/zend_indent.c 		switch (token_type) {
token_type         84 Zend/zend_indent.c 					switch (token_type) {
token_type        136 Zend/zend_indent.c 			switch (token_type) {
token_type         32 ext/tokenizer/php_tokenizer.h char *get_token_type_name(int token_type);
token_type        108 ext/tokenizer/tokenizer.c 	int token_type;
token_type        116 ext/tokenizer/tokenizer.c 	while ((token_type = lex_scan(&token TSRMLS_CC))) {
token_type        118 ext/tokenizer/tokenizer.c 		switch (token_type) {
token_type        132 ext/tokenizer/tokenizer.c 		if (token_type >= 256) {
token_type        135 ext/tokenizer/tokenizer.c 			add_next_index_long(keyword, token_type);
token_type        136 ext/tokenizer/tokenizer.c 			if (token_type == T_END_HEREDOC) {
token_type        155 ext/tokenizer/tokenizer.c 			if (token_type != T_WHITESPACE && token_type != T_OPEN_TAG
token_type        156 ext/tokenizer/tokenizer.c 			    && token_type != T_COMMENT && token_type != T_DOC_COMMENT
token_type        170 ext/tokenizer/tokenizer.c 		} else if (token_type == T_HALT_COMPILER) {
token_type        167 ext/tokenizer/tokenizer_data.c char *get_token_type_name(int token_type)
token_type        169 ext/tokenizer/tokenizer_data.c 	switch (token_type) {