Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c503 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
524 HashTable *insert_ht; in PHP_FUNCTION() local
572 insert_ht = phpdbg_add_empty_array(insert_ht, name); in PHP_FUNCTION()
575 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
589 insert_ht = phpdbg_add_empty_array(insert_ht, fn_name); in PHP_FUNCTION()
659 HashTable *insert_ht = NULL; in PHP_FUNCTION() local
674 insert_ht = file_ht; in PHP_FUNCTION()
686 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION()
701 ZEND_ASSERT(insert_ht && file_ht); in PHP_FUNCTION()
703 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds