Home
last modified time | relevance | path

Searched refs:children (Results 51 – 75 of 97) sorted by last modified time

1234

/PHP-7.4/ext/dom/
H A Dxpath.c147 if (node->children) { in dom_xpath_ext_function_php()
148 curns->prefix = xmlStrdup((xmlChar *) node->children); in dom_xpath_ext_function_php()
150 if (node->children) { in dom_xpath_ext_function_php()
151 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in dom_xpath_ext_function_php()
448 if (node->children) { in php_xpath_eval()
449 curns->prefix = xmlStrdup((xmlChar *) node->children); in php_xpath_eval()
451 if (node->children) { in php_xpath_eval()
452 node = xmlNewDocNode(docp, NULL, (xmlChar *) node->children, node->name); in php_xpath_eval()
H A Ddocumentfragment.c89 if (prop->children) { in php_dom_xmlSetTreeDoc()
90 cur = prop->children; in php_dom_xmlSetTreeDoc()
99 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc()
100 cur = tree->children; in php_dom_xmlSetTreeDoc()
H A Ddocumenttype.c182 xmlNodePtr cur = intsubset->children; in dom_documenttype_internal_subset_read()
H A Ddom_iterators.c75 ret->children = NULL; in create_notation()
221 basenode = basenode->children; in php_dom_iterator_move_forward()
301 curnode = (xmlNodePtr) nodep->children; in php_dom_get_iterator()
307 nodep = nodep->children; in php_dom_get_iterator()
H A Dnodelist.c78 curnode = nodep->children; in dom_nodelist_length_read()
90 nodep = nodep->children; in dom_nodelist_length_read()
170 curnode = nodep->children; in PHP_FUNCTION()
180 nodep = nodep->children; in PHP_FUNCTION()
H A Dattr.c168 if (attrp->children) { in dom_attr_value_write()
169 node_list_unlink(attrp->children); in dom_attr_value_write()
/PHP-7.4/Zend/
H A Dzend_ast.h173 uint32_t children; member
337 if (list->children && list->child[list->children - 1] == NULL) { in zend_ast_list_rtrim()
338 list->children--; in zend_ast_list_rtrim()
/PHP-7.4/sapi/litespeed/
H A DREADME.md119 process will start/stop children PHP processes dynamically based on on demand.
133 start children process on demand to save system resource. This is preferred in
135 try to avoid freqently stopping and starting children process. This might be
140 `LSAPI_EXTRA_CHILDREN` controls the maximum number of extra children processes
141 can be started when some or all existing children processes are in
142 malfunctioning state. Total number of children processes will be reduced to
162 In Self Managed Mode, `LSAI_MAX_IDLE_CHILDREN` controls how many idle children
163 processes are allowed. Excessive idle children processes will be killed by the
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt2 FPM: bug76601 children should not ignore signals during concurrent reloads
21 ; spawn children immediately after reload
H A Dfpm_get_status_basic.phpt67 ["max-children-reached"]=>
H A Dstatus-basic.phpt29 'max children reached' => 0,
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c156 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
305 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
327 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
525 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
H A Dfpm_worker_pool.h29 struct fpm_child_s *children; member
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c200 Q_Destroy(&root->children); in xml_elem_free_non_recurse()
231 xml_element* kids = Q_Head(&root->children); in xml_elem_free()
234 kids = Q_Next(&root->children); in xml_elem_free()
261 Q_Init(&elem->children); in xml_elem_new()
432 if(!el->text.len && !Q_Size(&el->children)) { in xml_element_serialize()
467 xml_element *kids = Q_Head(&el->children); in xml_element_serialize()
476 kids = Q_Next(&el->children); in xml_element_serialize()
621 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
750 xReturn = (xml_element*)Q_Head(&mydata.root->children); in xml_elem_parse_buf()
H A Dxml_element.h155 queue children; /* child element list */ member
185 #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL)
186 #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL)
H A Dxml_to_dandarpc.c110 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
125 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
129 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
132 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_DANDARPC_REQUEST_worker()
255 Q_PushTail(&elem_val->children, next_el); in DANDARPC_to_xml_element_worker()
301 Q_PushTail(&root->children, wrapper); in DANDARPC_REQUEST_to_xml_element()
309 Q_PushTail(&wrapper->children, method); in DANDARPC_REQUEST_to_xml_element()
311 Q_PushTail(&wrapper->children, in DANDARPC_REQUEST_to_xml_element()
H A Dxmlrpc_introspection.c348 if(Q_Size(&el->children) && in xml_element_to_method_description()
353 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
357 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
369 if(Q_Size(&el->children)) { in xml_element_to_method_description()
370 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
377 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
384 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
392 elem_iter = Q_Next(&el->children); in xml_element_to_method_description()
402 else if(Q_Size(&el->children)) { in xml_element_to_method_description()
403 xml_element* elem_iter = Q_Head(&el->children); in xml_element_to_method_description()
[all …]
H A Dxml_to_soap.c336 if (!Q_Size(&el->children)) { in xml_element_to_SOAP_REQUEST_worker()
369 xml_element* iter = (xml_element*)Q_Head(&el->children); in xml_element_to_SOAP_REQUEST_worker()
401 iter = (xml_element*)Q_Next(&el->children); in xml_element_to_SOAP_REQUEST_worker()
482 Q_PushTail(&elem_val->children, next_el); in SOAP_to_xml_element_worker()
605 Q_PushTail(&body->children, el_serialized); in SOAP_REQUEST_to_xml_element()
638 xml_element* iter = (xml_element*)Q_Head(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
640 Q_PushTail(&rpc->children, iter); in SOAP_REQUEST_to_xml_element()
641 iter = (xml_element*)Q_Next(&el_serialized->children); in SOAP_REQUEST_to_xml_element()
646 Q_PushTail(&rpc->children, el_serialized); in SOAP_REQUEST_to_xml_element()
650 Q_PushTail(&body->children, rpc); in SOAP_REQUEST_to_xml_element()
[all …]
H A Dxml_to_xmlrpc.c160 iter = (xml_element*)Q_Head(&el->children); in xml_element_to_XMLRPC_REQUEST_worker()
312 Q_PushTail(&param->children, value); in XMLRPC_to_xml_element_worker()
316 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
329 Q_PushTail(&member->children, name); in XMLRPC_to_xml_element_worker()
330 Q_PushTail(&member->children, value); in XMLRPC_to_xml_element_worker()
331 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
340 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
353 Q_PushTail(&value->children, elem_val); in XMLRPC_to_xml_element_worker()
392 Q_PushTail(&wrapper->children, method); in XMLRPC_REQUEST_to_xml_element()
396 Q_PushTail(&wrapper->children, in XMLRPC_REQUEST_to_xml_element()
[all …]
/PHP-7.4/ext/tidy/tests/
H A D012.phpt2 Accessing children nodes
/PHP-7.4/ext/standard/tests/array/
H A Dbug48854.phpt8 'children' => array(
15 'children' => array(
29 ["children"]=>
38 ["children"]=>
/PHP-7.4/ext/spl/tests/
H A Drecursivedualiterator.inc33 /** @return whether both LHS and RHS have children
41 * iterators current children.
H A Dbug65328.phpt85 protected $children = [];
151 $this->children[] = $child;
155 * @param array $children
157 public function setChildren(array $children)
159 $this->children = $children;
167 return $this->children;
229 return $this->children[$this->index];
269 return count($this->children);
277 return !empty($this->children);
299 [children:protected] => Array
[all …]
H A Dbug66405.phpt25 $children = parent::getChildren();
26 if (is_object($children)) {
27 echo get_class($children) . " $children\n";
29 echo gettype($children) . " $children\n";
31 return $children;
H A Dbug68128.phpt21 // print all children
28 echo "No children ";
36 No children Array

Completed in 45 milliseconds

1234