Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_highlight.c94 while ((token_type=lex_scan(&token, NULL))) { in zend_highlight()
180 while ((token_type=lex_scan(&token, NULL))) { in zend_strip()
196 if (lex_scan(&token, NULL) != T_WHITESPACE) { in zend_strip()
H A Dzend_compile.h727 ZEND_API int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem);
H A Dzend_language_scanner.l1244 int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem) in lex_scan() function
2458 retval = lex_scan(&zv, NULL);
H A Dzend_compile.c1636 ret = lex_scan(&zv, elem); in zendlex()
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c149 while ((token_type = lex_scan(&token, NULL))) { in tokenize()

Completed in 37 milliseconds