Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_highlight.c87 while ((token_type=lex_scan(&token, NULL))) { in zend_highlight()
173 while ((token_type=lex_scan(&token, NULL))) { in zend_strip()
189 if (lex_scan(&token, NULL) != T_WHITESPACE) { in zend_strip()
H A Dzend_compile.h865 ZEND_API int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem);
H A Dzend_language_scanner.l1347 int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem) in lex_scan() function
2713 retval = lex_scan(&zv, NULL);
H A Dzend_compile.c2035 ret = lex_scan(&zv, elem); in zendlex()
/php-src/ext/tokenizer/
H A Dtokenizer.c340 while ((token_type = lex_scan(&token, NULL))) { in tokenize()

Completed in 44 milliseconds