Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_document.c38 size_t last_line; member
232 cache->last_line = 1; in dom_reset_line_column_cache()
250 size_t last_line = cache->last_line; in dom_find_line_and_column_using_cache() local
257 last_line++; in dom_find_line_and_column_using_cache()
268 last_line++; in dom_find_line_and_column_using_cache()
284 cache->last_line = last_line; in dom_find_line_and_column_using_cache()
296last_line, application_data->cache_tokenizer.last_column, "tokenizer error %s in %s, line: %zu, co… in dom_lexbor_libxml2_bridge_tokenizer_error_reporter()
/php-src/sapi/phpdbg/
H A Dphpdbg.h237 uint32_t last_line; /* last executed line */ variable
H A Dphpdbg_prompt.c1773 …&& (PHPDBG_G(flags) & PHPDBG_STEP_OPCODE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1792 … && (brake->type != PHPDBG_BREAK_FILE || execute_data->opline->lineno != PHPDBG_G(last_line))) { in phpdbg_execute_ex()
1808 PHPDBG_G(last_line) = execute_data->opline->lineno; in phpdbg_execute_ex()
H A Dphpdbg.c144 pg->last_line = 0; in php_phpdbg_globals_ctor()

Completed in 21 milliseconds