Home
last modified time | relevance | path

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

/PHP-5.5/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.h430 ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
H A Dzend_language_scanner.l999 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_language_scanner.c1001 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_compile.c6788 retval = lex_scan(&zendlval->u.constant TSRMLS_CC); in zendlex()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c116 while ((token_type = lex_scan(&token TSRMLS_CC))) { in tokenize()
/PHP-5.5/
H A DNEWS4662 . Fixed NULL dereference in lex_scan on zend multibyte builds where the script

Completed in 110 milliseconds