Searched refs:child_container (Results 1 – 2 of 2) sorted by relevance
95 HashTable child_container; /* children of this watch element for recursive array elements */ member
525 zend_hash_add_ptr(&element->child_container, child->str, child);564 zend_hash_init(&child->child_container, 8, NULL, NULL, 0);566 } else if (zend_hash_num_elements(&element->child_container) == 0) {759 ZEND_HASH_FOREACH_PTR(&element->child_container, child) {763 zend_hash_destroy(&element->child_container);864 zend_hash_del(&element->parent->child_container, element->str);
Completed in 17 milliseconds