Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c495 zend_long insert_idx; in phpdbg_oplog_fill_executable() local
513 insert_idx = cur - op_array->opcodes; in phpdbg_oplog_fill_executable()
515 insert_idx = cur->lineno; in phpdbg_oplog_fill_executable()
522 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
679 zend_long insert_idx; in PHP_FUNCTION() local
711 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
717 insert_idx = cur->op->lineno; in PHP_FUNCTION()
722 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
724 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()

Completed in 10 milliseconds