Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_scanner.l844 unsigned char *new_yy_start; in zend_multibyte_yyinput_again() local
854 new_yy_start = SCNG(script_org); in zend_multibyte_yyinput_again()
856 …if ((size_t)-1 == SCNG(input_filter)(&new_yy_start, &length, SCNG(script_org), SCNG(script_org_siz… in zend_multibyte_yyinput_again()
863 SCNG(script_filtered) = new_yy_start; in zend_multibyte_yyinput_again()
867 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
868 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
869 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
870 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
872 SCNG(yy_start) = new_yy_start; in zend_multibyte_yyinput_again()

Completed in 12 milliseconds