Searched refs:current_line (Results 1 – 6 of 6) sorted by relevance
51 + /* current_line & current_column already initialized by calloc (zero-based) */59 + tkz_to->current_line = tkz_from->current_line;74 + tkz->current_line++;100 + size_t current_line;113 + tkz->token->line = tkz->current_line; \
95 if (intern->u.file.current_line) { in spl_filesystem_file_free_line()97 intern->u.file.current_line = NULL; in spl_filesystem_file_free_line()1876 intern->u.file.current_line = ZSTR_EMPTY_ALLOC(); in spl_filesystem_file_read_ex()1904 const char *current_line = ZSTR_VAL(intern->u.file.current_line); in is_line_empty() local1910 (current_line_len == 1 && current_line[0] == '\n') in is_line_empty()1911 || (current_line_len == 2 && current_line[0] == '\r' && current_line[1] == '\n') in is_line_empty()1928 size_t buf_len = ZSTR_LEN(intern->u.file.current_line); in spl_filesystem_file_read_csv()2167 RETURN_STR_COPY(intern->u.file.current_line); in PHP_METHOD()2185 RETURN_STR_COPY(intern->u.file.current_line); in PHP_METHOD()2735 if (!intern->u.file.current_line) { in PHP_METHOD()[all …]
77 zend_string *current_line; member
156 tkz_to->current_line = tkz_from->current_line; in lxb_html_tokenizer_inherit()323 tkz->current_line++; in lxb_html_tokenizer_chunk()
76 size_t current_line; member
93 tkz->token->line = tkz->current_line; \
Completed in 20 milliseconds