Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c204 HashTable zv_registry; in phpdbg_webdata_decompress() local
208 zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); in phpdbg_webdata_decompress()
213 zend_hash_next_index_insert(&zv_registry, &value); in phpdbg_webdata_decompress()
217 phpdbg_array_intersect_init(&pos, &zv_registry, Z_ARRVAL_P(zvp)); in phpdbg_webdata_decompress()
233 zend_hash_clean(&zv_registry); in phpdbg_webdata_decompress()

Completed in 13 milliseconds