Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c476 zend_long insert_idx; in phpdbg_oplog_fill_executable() local
494 insert_idx = cur - op_array->opcodes; in phpdbg_oplog_fill_executable()
496 insert_idx = cur->lineno; in phpdbg_oplog_fill_executable()
503 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
660 zend_long insert_idx; in PHP_FUNCTION() local
692 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
698 insert_idx = cur->op->lineno; in PHP_FUNCTION()
703 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
705 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()

Completed in 14 milliseconds