Home
last modified time | relevance | path

Searched refs:token_type (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c108 int token_type; in tokenize() local
116 while ((token_type = lex_scan(&token TSRMLS_CC))) { in tokenize()
118 switch (token_type) { in tokenize()
132 if (token_type >= 256) { in tokenize()
135 add_next_index_long(keyword, token_type); in tokenize()
136 if (token_type == T_END_HEREDOC) { in tokenize()
155 if (token_type != T_WHITESPACE && token_type != T_OPEN_TAG in tokenize()
156 && token_type != T_COMMENT && token_type != T_DOC_COMMENT in tokenize()
170 } else if (token_type == T_HALT_COMPILER) { in tokenize()
H A Dphp_tokenizer.h32 char *get_token_type_name(int token_type);
H A Dtokenizer_data.c164 char *get_token_type_name(int token_type) in get_token_type_name() argument
166 switch (token_type) { in get_token_type_name()
/PHP-5.5/Zend/
H A Dzend_highlight.c88 int token_type; in zend_highlight() local
96 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_highlight()
97 switch (token_type) { in zend_highlight()
144 switch (token_type) { in zend_highlight()
170 int token_type; in zend_strip() local
174 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_strip()
175 switch (token_type) { in zend_strip()
204 switch (token_type) { in zend_strip()
H A Dzend_indent.c53 int token_type; in zend_indent() local
64 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_indent()
65 switch (token_type) { in zend_indent()
84 switch (token_type) { in zend_indent()
136 switch (token_type) { in zend_indent()

Completed in 35 milliseconds