Home
last modified time | relevance | path

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

/PHP-8.0/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.h740 ZEND_API int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem);
H A Dzend_language_scanner.l1358 int ZEND_FASTCALL lex_scan(zval *zendlval, zend_parser_stack_elem *elem) in lex_scan() function
2621 retval = lex_scan(&zv, NULL);
H A Dzend_compile.c1805 ret = lex_scan(&zv, elem); in zendlex()
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c367 while ((token_type = lex_scan(&token, NULL))) { in tokenize()

Completed in 46 milliseconds