Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h255 HashTable watch_free; /* pointers to watch for being freed */ variable
H A Dphpdbg_watch.c653 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
716 …if (element->parent || zend_hash_index_find(&PHPDBG_G(watch_free), (zend_ulong) element->parent_co…
737 zend_hash_clean(&PHPDBG_G(watch_free));
1157 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
1390 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1419 zend_hash_destroy(&PHPDBG_G(watch_free));

Completed in 13 milliseconds