Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_highlight.c96 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_highlight()
174 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_strip()
190 if (lex_scan(&token TSRMLS_CC) != T_WHITESPACE) { in zend_strip()
H A Dzend_indent.c64 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_indent()
H A Dzend_compile.h443 ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
H A Dzend_language_scanner.l990 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_language_scanner.c992 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_compile.c6919 retval = lex_scan(&zendlval->u.constant TSRMLS_CC); in zendlex()
/PHP-5.6/ext/tokenizer/
H A Dtokenizer.c116 while ((token_type = lex_scan(&token TSRMLS_CC))) { in tokenize()
/PHP-5.6/
H A DNEWS6240 . Fixed NULL dereference in lex_scan on zend multibyte builds where the script

Completed in 120 milliseconds