Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.h28 typedef struct _phpdbg_oplog_entry phpdbg_oplog_entry; typedef
30 phpdbg_oplog_entry *next;
41 phpdbg_oplog_entry start; /* Only "next" member used. */
H A Dphpdbg_opcode.c176 phpdbg_oplog_entry *cur = zend_arena_alloc(&PHPDBG_G(oplog_arena), sizeof(phpdbg_oplog_entry)); in phpdbg_print_opline_ex()
H A Dphpdbg.h284 phpdbg_oplog_entry *oplog_cur; /* current oplog entry */
H A Dphpdbg.c637 phpdbg_oplog_entry *cur; in PHP_FUNCTION()

Completed in 18 milliseconds