insert_ht         441 sapi/phpdbg/phpdbg.c static void phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, zend_bool by_opcode) {
insert_ht         476 sapi/phpdbg/phpdbg.c 		zend_hash_index_update(insert_ht, insert_idx, &zero);
insert_ht         497 sapi/phpdbg/phpdbg.c 	HashTable *insert_ht;
insert_ht         542 sapi/phpdbg/phpdbg.c 				insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename);
insert_ht         545 sapi/phpdbg/phpdbg.c 					insert_ht = phpdbg_add_empty_array(insert_ht, name);
insert_ht         548 sapi/phpdbg/phpdbg.c 				phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode);
insert_ht         558 sapi/phpdbg/phpdbg.c 						insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename);
insert_ht         562 sapi/phpdbg/phpdbg.c 							insert_ht = phpdbg_add_empty_array(insert_ht, fn_name);
insert_ht         566 sapi/phpdbg/phpdbg.c 						phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode);
insert_ht         632 sapi/phpdbg/phpdbg.c 		HashTable *insert_ht;
insert_ht         641 sapi/phpdbg/phpdbg.c 				file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file);
insert_ht         647 sapi/phpdbg/phpdbg.c 						insert_ht = file_ht;
insert_ht         659 sapi/phpdbg/phpdbg.c 					insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name);
insert_ht         671 sapi/phpdbg/phpdbg.c 				zval *num = zend_hash_index_find(insert_ht, insert_idx);
insert_ht         673 sapi/phpdbg/phpdbg.c 					num = zend_hash_index_add_new(insert_ht, insert_idx, &zero);