Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c501 zend_long insert_idx; in phpdbg_oplog_fill_executable() local
519 insert_idx = cur - op_array->opcodes; in phpdbg_oplog_fill_executable()
521 insert_idx = cur->lineno; in phpdbg_oplog_fill_executable()
528 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
685 zend_long insert_idx; in PHP_FUNCTION() local
717 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
723 insert_idx = cur->op->lineno; in PHP_FUNCTION()
727 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
729 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()

Completed in 9 milliseconds