Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c210 HashTable zv_registry; in phpdbg_webdata_decompress() local
214 zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); in phpdbg_webdata_decompress()
219 zend_hash_next_index_insert(&zv_registry, &value); in phpdbg_webdata_decompress()
223 phpdbg_array_intersect_init(&pos, &zv_registry, Z_ARRVAL_P(zvp)); in phpdbg_webdata_decompress()
239 zend_hash_clean(&zv_registry); in phpdbg_webdata_decompress()

Completed in 6 milliseconds