Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l1131 int newline_count = 0; in strip_multiline_string_indentation() local
1143 newline_count++; in strip_multiline_string_indentation()
1164 CG(zend_lineno) += newline_count; in strip_multiline_string_indentation()
1171 CG(zend_lineno) += newline_count; in strip_multiline_string_indentation()
1186 newline_count++; in strip_multiline_string_indentation()
H A Dzend_language_scanner.c1134 int newline_count = 0; in strip_multiline_string_indentation() local
1146 newline_count++; in strip_multiline_string_indentation()
1167 CG(zend_lineno) += newline_count; in strip_multiline_string_indentation()
1174 CG(zend_lineno) += newline_count; in strip_multiline_string_indentation()
1189 newline_count++; in strip_multiline_string_indentation()

Completed in 24 milliseconds