Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.h97 HashTable child_container; /* children of this watch element for recursive array elements */ member
H A Dphpdbg_watch.c536 zend_hash_add_ptr(&element->child_container, child->str, child);
575 zend_hash_init(&child->child_container, 8, NULL, NULL, 0);
577 } else if (zend_hash_num_elements(&element->child_container) == 0) {
769 ZEND_HASH_FOREACH_PTR(&element->child_container, child) {
773 zend_hash_destroy(&element->child_container);
874 zend_hash_del(&element->parent->child_container, element->str);

Completed in 9 milliseconds