Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch51 + /* 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; \
/php-src/ext/spl/
H A Dspl_directory.c95 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()
1866 intern->u.file.current_line = ZSTR_EMPTY_ALLOC(); in spl_filesystem_file_read_ex()
1894 const char *current_line = ZSTR_VAL(intern->u.file.current_line); in is_line_empty() local
1900 (current_line_len == 1 && current_line[0] == '\n') in is_line_empty()
1901 || (current_line_len == 2 && current_line[0] == '\r' && current_line[1] == '\n') in is_line_empty()
1918 size_t buf_len = ZSTR_LEN(intern->u.file.current_line); in spl_filesystem_file_read_csv()
2146 RETURN_STR_COPY(intern->u.file.current_line); in PHP_METHOD()
2164 RETURN_STR_COPY(intern->u.file.current_line); in PHP_METHOD()
2714 if (!intern->u.file.current_line) { in PHP_METHOD()
[all …]
H A Dspl_directory.h77 zend_string *current_line; member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c156 tkz_to->current_line = tkz_from->current_line; in lxb_html_tokenizer_inherit()
323 tkz->current_line++; in lxb_html_tokenizer_chunk()
H A Dtokenizer.h76 size_t current_line; member
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.h93 tkz->token->line = tkz->current_line; \

Completed in 20 milliseconds