lex_scan 1573 Zend/zend_compile.c retval = lex_scan(&zv); lex_scan 673 Zend/zend_compile.h ZEND_API int lex_scan(zval *zendlval); lex_scan 97 Zend/zend_highlight.c while ((token_type=lex_scan(&token))) { lex_scan 184 Zend/zend_highlight.c while ((token_type=lex_scan(&token))) { lex_scan 200 Zend/zend_highlight.c if (lex_scan(&token) != T_WHITESPACE) { lex_scan 131 ext/tokenizer/tokenizer.c while ((token_type = lex_scan(&token))) {