Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_scanner.l880 unsigned char *new_yy_start; in zend_multibyte_yyinput_again() local
890 new_yy_start = SCNG(script_org); in zend_multibyte_yyinput_again()
892 …if ((size_t)-1 == SCNG(input_filter)(&new_yy_start, &length, SCNG(script_org), SCNG(script_org_siz… in zend_multibyte_yyinput_again()
899 SCNG(script_filtered) = new_yy_start; in zend_multibyte_yyinput_again()
903 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
904 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
905 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
906 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
908 SCNG(yy_start) = new_yy_start; in zend_multibyte_yyinput_again()

Completed in 8 milliseconds