Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_highlight.c93 int token_type; in zend_highlight() local
101 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_highlight()
102 switch (token_type) { in zend_highlight()
149 switch (token_type) { in zend_highlight()
161 } else if (token_type == T_END_HEREDOC) { in zend_highlight()
177 int token_type; in zend_strip() local
181 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_strip()
182 switch (token_type) { in zend_strip()
212 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()
/PHP-5.3/ext/tokenizer/
H A Dtokenizer.c106 int token_type; in tokenize() local
113 while ((token_type = lex_scan(&token TSRMLS_CC))) { in tokenize()
115 switch (token_type) { in tokenize()
129 if (token_type >= 256) { in tokenize()
132 add_next_index_long(keyword, token_type); in tokenize()
133 if (token_type == T_END_HEREDOC) { in tokenize()
155 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.c158 char *get_token_type_name(int token_type) in get_token_type_name() argument
160 switch (token_type) { in get_token_type_name()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y20 %token_type {Token}

Completed in 23 milliseconds