Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c448 zend_long insert_idx; in phpdbg_oplog_fill_executable() local
466 insert_idx = cur - op_array->opcodes; in phpdbg_oplog_fill_executable()
468 insert_idx = cur->lineno; in phpdbg_oplog_fill_executable()
475 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
632 zend_long insert_idx; in PHP_FUNCTION() local
664 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
670 insert_idx = cur->op->lineno; in PHP_FUNCTION()
675 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
677 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()

Completed in 8 milliseconds