Home
last modified time | relevance | path

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

/PHP-7.3/Zend/tests/
H A Dbug63635.phpt7 public $childs = array();
11 $parent->childs[] = $this;
13 $this->childs[] = $this;
17 $this->childs = NULL;
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregtrav.c51 r = capture_tree_traverse(node->childs[i], at, in capture_tree_traverse()
H A Dregexec.c684 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()
685 history_tree_free(node->childs[i]); in history_tree_clear()
689 node->childs[i] = (OnigCaptureTreeNode* )0; in history_tree_clear()
701 if (IS_NOT_NULL(node->childs)) xfree(node->childs); in history_tree_free()
723 node->childs = (OnigCaptureTreeNode** )0; in history_node_new()
741 if (IS_NULL(parent->childs)) { in history_tree_add_child()
743 parent->childs = in history_tree_add_child()
748 parent->childs = in history_tree_add_child()
752 CHECK_NULL_RETURN_MEMERR(parent->childs); in history_tree_add_child()
759 parent->childs[parent->num_childs] = child; in history_tree_add_child()
[all …]
H A Doniguruma.h641 struct OnigCaptureTreeNodeStruct** childs; member
/PHP-7.3/ext/spl/internal/
H A Drecursivearrayiterator.inc20 * and all their childs before loading them all. You need to care about
H A Drecursivecachingiterator.inc30 * - CATCH_GET_CHILD (whether to catch exceptions when trying to get childs)
H A Drecursivefilteriterator.inc20 * and all their childs before loading them all. You need to care about
H A Drecursiveiteratoriterator.inc45 * - SELF_FIRST show parents prior to their childs

Completed in 35 milliseconds