Searched refs:insert_ht (Results 1 – 1 of 1) sorted by relevance
475 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()496 HashTable *insert_ht; in PHP_FUNCTION() local544 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()561 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION()631 HashTable *insert_ht = NULL; in PHP_FUNCTION() local646 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()[all …]
Completed in 8 milliseconds