Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_highlight.c96 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_highlight()
176 while ((token_type=lex_scan(&token TSRMLS_CC))) { in zend_strip()
193 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.h409 ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
H A Dzend_language_scanner.l996 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_language_scanner.c998 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan() function
H A Dzend_compile.c6545 retval = lex_scan(&zendlval->u.constant TSRMLS_CC); in zendlex()
/PHP-5.4/ext/tokenizer/
H A Dtokenizer.c116 while ((token_type = lex_scan(&token TSRMLS_CC))) { in tokenize()
/PHP-5.4/
H A DNEWS3473 . Fixed NULL dereference in lex_scan on zend multibyte builds where the script

Completed in 74 milliseconds