Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug63635.phpt7 public $childs = array();
11 $parent->childs[] = $this;
13 $this->childs[] = $this;
17 $this->childs = NULL;
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregtrav.c51 r = capture_tree_traverse(node->childs[i], at, in capture_tree_traverse()
H A Dregexec.c50 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()
51 history_tree_free(node->childs[i]); in history_tree_clear()
55 node->childs[i] = (OnigCaptureTreeNode* )0; in history_tree_clear()
87 node->childs = (OnigCaptureTreeNode** )0; in history_node_new()
105 if (IS_NULL(parent->childs)) { in history_tree_add_child()
107 parent->childs = in history_tree_add_child()
112 parent->childs = in history_tree_add_child()
116 CHECK_NULL_RETURN_MEMERR(parent->childs); in history_tree_add_child()
118 parent->childs[i] = (OnigCaptureTreeNode* )0; in history_tree_add_child()
123 parent->childs[parent->num_childs] = child; in history_tree_add_child()
[all …]
H A Doniguruma.h606 struct OnigCaptureTreeNodeStruct** childs; member
/PHP-5.5/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
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI408 ONIG_TRAVERSE_CALLBACK_AT_FIRST: callback first, then traverse childs.
409 ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse childs first, then callback.
410 ONIG_TRAVERSE_CALLBACK_AT_BOTH: callback first, then traverse childs,

Completed in 45 milliseconds