Lines Matching refs:insert_ht
443 static void phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, bool by_opc… in phpdbg_oplog_fill_executable() argument
475 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
496 HashTable *insert_ht; in PHP_FUNCTION() local
541 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename); in PHP_FUNCTION()
544 insert_ht = phpdbg_add_empty_array(insert_ht, name); in PHP_FUNCTION()
547 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
557 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename); in PHP_FUNCTION()
561 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION()
565 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
631 HashTable *insert_ht = NULL; in PHP_FUNCTION() local
640 file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file); in PHP_FUNCTION()
646 insert_ht = file_ht; in PHP_FUNCTION()
658 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION()
673 ZEND_ASSERT(insert_ht && file_ht); 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()