Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c497 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
518 HashTable *insert_ht; in PHP_FUNCTION() local
566 insert_ht = phpdbg_add_empty_array(insert_ht, name); in PHP_FUNCTION()
569 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
583 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION()
587 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
653 HashTable *insert_ht; in PHP_FUNCTION() local
668 insert_ht = file_ht; in PHP_FUNCTION()
680 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION()
696 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds