Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_language_scanner.l868 unsigned char *new_yy_start; in zend_multibyte_yyinput_again() local
878 new_yy_start = SCNG(script_org); in zend_multibyte_yyinput_again()
880 …if ((size_t)-1 == SCNG(input_filter)(&new_yy_start, &length, SCNG(script_org), SCNG(script_org_siz… in zend_multibyte_yyinput_again()
887 SCNG(script_filtered) = new_yy_start; in zend_multibyte_yyinput_again()
891 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
892 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
893 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
894 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
896 SCNG(yy_start) = new_yy_start; in zend_multibyte_yyinput_again()

Completed in 9 milliseconds