Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_highlight.c87 while ((token_type=lex_scan(&token, NULL))) { in zend_highlight()
172 while ((token_type=lex_scan(&token, NULL))) { in zend_strip()
188 if (lex_scan(&token, NULL) != T_WHITESPACE) { in zend_strip()
H A Dzend_compile.h791 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
2697 retval = lex_scan(&zv, NULL);
H A Dzend_compile.c1962 ret = lex_scan(&zv, elem); in zendlex()
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.c341 while ((token_type = lex_scan(&token, NULL))) { in tokenize()

Completed in 46 milliseconds