Home
last modified time | relevance | path

Searched refs:child (Results 251 – 275 of 281) sorted by relevance

1...<<1112

/php-src/ext/opcache/
H A Dzend_persist_calc.c84 if (list->child[i]) { in zend_persist_ast_calc()
85 zend_persist_ast_calc(list->child[i]); in zend_persist_ast_calc()
92 if (ast->child[i]) { in zend_persist_ast_calc()
93 zend_persist_ast_calc(ast->child[i]); in zend_persist_ast_calc()
H A Dzend_persist.c184 if (copy->child[i]) { in zend_persist_ast()
185 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
193 if (node->child[i]) { in zend_persist_ast()
194 node->child[i] = zend_persist_ast(node->child[i]); in zend_persist_ast()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c78 lxb_dom_node_t *node, *child; in lxb_html_element_inner_html_set() local
92 child = node->first_child; in lxb_html_element_inner_html_set()
94 lxb_dom_node_remove(child); in lxb_html_element_inner_html_set()
95 lxb_dom_node_insert_child(root, child); in lxb_html_element_inner_html_set()
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_004w.phpt13 $this->child = $c;
/php-src/Zend/tests/
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
/php-src/ext/dom/
H A Dphp_dom.stub.php384 public function insertBefore(DOMNode $node, ?DOMNode $child = null) {} argument
407 public function removeChild(DOMNode $child) {} argument
410 public function replaceChild(DOMNode $node, DOMNode $child) {} argument
1201 public function insertBefore(Node $node, ?Node $child): Node {} argument
1203 public function replaceChild(Node $node, Node $child): Node {} argument
1204 public function removeChild(Node $child): Node {} argument
H A Dhtml_document.c358 xmlNodePtr child = node->children; in dom_place_remove_element_and_hoist_children() local
359 while (child != NULL) { in dom_place_remove_element_and_hoist_children()
360 xmlUnlinkNode(child); in dom_place_remove_element_and_hoist_children()
361 xmlAddChild(parent, child); in dom_place_remove_element_and_hoist_children()
362 child = node->children; in dom_place_remove_element_and_hoist_children()
H A Delement.c472 …for (xmlNodePtr child = current_worklist_item->current_node->children; child; child = child->next)… in dom_deep_ns_redef() local
473 if (child->type != XML_ELEMENT_NODE) { in dom_deep_ns_redef()
484 worklist[worklist_size].current_node = child; in dom_deep_ns_redef()
H A Ddocument.c1109 for (xmlNodePtr child = node->children; child != NULL; child = child->next) { in libxml_fixup_name_and_content_element() local
1110 libxml_fixup_name_and_content_element(src_doc, dst_doc, child); in libxml_fixup_name_and_content_element()
H A Dphp_dom_arginfo.h73 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, child, DOMNode, 1, "null")
105 ZEND_ARG_OBJ_INFO(0, child, DOMNode, 0)
110 ZEND_ARG_OBJ_INFO(0, child, DOMNode, 0)
637 ZEND_ARG_OBJ_INFO(0, child, DOM\\\116ode, 1)
646 ZEND_ARG_OBJ_INFO(0, child, DOM\\\116ode, 0)
650 ZEND_ARG_OBJ_INFO(0, child, DOM\\\116ode, 0)
/php-src/ext/opcache/tests/opt/
H A Dverify_return_type.phpt37 // but a child method may return int|float.
/php-src/ext/standard/tests/array/
H A Duasort_object2.phpt10 * child class,
H A Darray_unshift_object.phpt38 echo "defined in child";
H A Dsizeof_object2.phpt37 // child class which inherits parent test2
/php-src/ext/dom/tests/
H A Ddom001.phpt71 echo "--------- Add child to root\n";
180 --------- Add child to root
H A Dbug28721.phpt37 foreach ($node->childNodes as $child) {
41 print_node_r($child);
/php-src/Zend/tests/generators/
H A Dyield_from_multi_tree_single_nodes.phpt2 yield from on multiple trees needing merge, with intermediary nodes having only one child
/php-src/ext/spl/
H A Dspl_iterators.c264 zval retval, child; in spl_recursive_it_move_forward_ex() local
358 …hod_with_0_params(Z_OBJ_P(zthis), object->ce, &object->callGetChildren, "callGetChildren", &child); in spl_recursive_it_move_forward_ex()
364 zend_call_method_with_0_params(obj, ce, cache, "getchildren", &child); in spl_recursive_it_move_forward_ex()
372 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
378 if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT || in spl_recursive_it_move_forward_ex()
379 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
380 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
391 sub_iter = ce->get_iterator(ce, &child, 0); in spl_recursive_it_move_forward_ex()
392 ZVAL_COPY_VALUE(&object->iterators[object->level].zobject, &child); in spl_recursive_it_move_forward_ex()
/php-src/ext/xsl/
H A Dxsltprocessor.c49 static void xsl_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserConte… in xsl_proxy_factory() argument
66 php_dom_create_object(node, child, intern); in xsl_proxy_factory()
/php-src/ext/tidy/
H A Dtidy.stub.php986 public readonly ?array $child; variable in tidyNode
/php-src/sapi/fpm/tests/
H A Dlogtool.inc9 const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
10 const P_PREFIX_STDOUT = '\[pool unconfined\] child \d+ said into stdout: ';
/php-src/build/
H A Dgen_stub.php5520 $child = $classSynopsis->firstElementChild;
5521 if ($child === null) {
5524 $child = $child->lastElementChild;
5525 if ($child === null) {
5528 $className = $child->textContent;
/php-src/ext/simplexml/
H A Dsimplexml.c2005 php_sxe_object *child; in PHP_METHOD() local
2015 child = Z_SXEOBJ_P(&sxe->iter.data); in PHP_METHOD()
2017 GET_NODE(child, node); in PHP_METHOD()
/php-src/Zend/
H A Dzend_language_parser.y1132 { zend_ast_with_attributes($3->child[0], $2); $$ = $3; }
/php-src/
H A DUPGRADING141 is a child class of RuntimeException, code that uses RuntimeException

Completed in 131 milliseconds

1...<<1112