Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c212 PHPDBG_G(oplog_cur)->next = cur; in phpdbg_print_opline_ex()
213 PHPDBG_G(oplog_cur) = cur; in phpdbg_print_opline_ex()
H A Dphpdbg.h278 phpdbg_oplog_entry *oplog_cur; /* current oplog entry */ variable
H A Dphpdbg.c446 …PHPDBG_G(oplog_cur) = ((phpdbg_oplog_entry *) zend_arena_alloc(&PHPDBG_G(oplog_arena), sizeof(phpd… in PHP_FUNCTION()
447 PHPDBG_G(oplog_cur)->next = NULL; in PHP_FUNCTION()
452 PHPDBG_G(oplog_list)->start = PHPDBG_G(oplog_cur); in PHP_FUNCTION()

Completed in 16 milliseconds