Home
last modified time | relevance | path

Searched refs:children (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-8.2/ext/opcache/tests/opt/
H A Dgh11170.phpt66 ; children=(BB1, BB2, BB3)
112 ; children=(BB1, BB2, BB3)
H A Dnullsafe_002.phpt42 ; children=(BB1, BB2)
/PHP-8.2/ext/simplexml/
H A Dsimplexml.stub.php36 …public function children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLEle… function in SimpleXMLElement
H A Dsimplexml_arginfo.h112 ZEND_METHOD(SimpleXMLElement, children);
144 ZEND_ME(SimpleXMLElement, children, arginfo_class_SimpleXMLElement_children, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/dom/
H A Dentityreference.c77 reference->children = (xmlNodePtr) entity; in dom_entity_reference_fetch_and_sync_declaration()
H A Ddocumenttype.c169 xmlNodePtr cur = intsubset->children; in dom_documenttype_internal_subset_read()
H A Ddocument.c1553 php_dom_remove_xinclude_nodes(cur->children); in php_dom_remove_xinclude_nodes()
1563 php_dom_remove_xinclude_nodes(cur->children); in php_dom_remove_xinclude_nodes()
1574 if (nodep->type == XML_ELEMENT_NODE && nodep->children) { in php_dom_next_in_tree_order()
1575 return nodep->children; in php_dom_next_in_tree_order()
1596 xmlNodePtr current = basep->children; in dom_xinclude_strip_references()
1610 xmlNodePtr current = basep->children; in dom_xinclude_strip_fallback_references()
1655 root = (xmlNodePtr) docp->children; in PHP_METHOD()
2109 for (node = node->children; node; node = node->next) { in PHP_METHOD()
H A Dphp_dom.c928 node_list_unlink(node->children); in node_list_unlink()
1331 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
1358 child = nodep->children; in dom_normalize()
1489 if (nodep->children) { in dom_reconcile_ns_list_internal()
1490 …dom_reconcile_ns_list_internal(doc, nodep->children, nodep->last /* process the whole children lis… in dom_reconcile_ns_list_internal()
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in95 ; always at least 1 children.
96 ; pm.max_children - the maximum number of children that can
98 ; pm.start_servers - the number of children created on startup.
99 ; pm.min_spare_servers - the minimum number of children in 'idle'
102 ; number then some children will be created.
103 ; pm.max_spare_servers - the maximum number of children in 'idle'
106 ; number then some children will be killed.
109 ; ondemand - no children are created at startup. Children will be forked when
111 ; pm.max_children - the maximum number of children that
178 ; max children reached - number of times, the process limit has been reached,
[all …]
/PHP-8.2/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt67 ["max-children-reached"]=>
H A Dstatus.inc36 'max children reached' => '\d+',
263 … times, the process limit has been reached, when pm tries to start more children \(works only for …
265 "phpfpm_max_children_reached " . $fields['max children reached'] . "\n" .
/PHP-8.2/ext/simplexml/tests/
H A D027.phpt20 foreach($xml->children() as $node)
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c190 if (node->children) { in xsl_ext_function_php()
191 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
193 if (node->children) { in xsl_ext_function_php()
194 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in xsl_ext_function_php()
366 if (nodep && (nodep = nodep->children)) { in PHP_METHOD()
/PHP-8.2/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt14 // Replaces the child node oldChild with newChild in the list of children, and
/PHP-8.2/ext/soap/
H A Dsoap.c1289 xmlNodePtr env = get_node(doc_request->children,"Envelope");
2919 if (func->children != NULL ||
2996 trav = env->children;
3041 trav = body->children;
3100 trav = head->children;
3134 if (strcmp((char*)attr->children->content,"1") == 0 ||
3174 hdr_func = hdr_func->children;
3195 func = func->children;
3198 func = func->children;
3677 if (head->children == NULL) {
[all …]
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c109 static int children = 0; variable
1966 children = atoi(children_str);
1967 if (children < 0) {
1996 if (children) {
2051 } while (parent && (running < children));
2084 if (children) {
2091 kids = children < WIN32_MAX_SPAWN_CHILDREN ? children : WIN32_MAX_SPAWN_CHILDREN;
2100 snprintf(kid_buf, 16, "%d", children);
/PHP-8.2/ext/tidy/
H A Dtidy.c578 zval attribute, children, temp; in tidy_add_node_default_properties() local
695 array_init(&children); in tidy_add_node_default_properties()
705 add_next_index_zval(&children, &temp); in tidy_add_node_default_properties()
710 ZVAL_NULL(&children); in tidy_add_node_default_properties()
718 &children in tidy_add_node_default_properties()
721 zval_ptr_dtor(&children); in tidy_add_node_default_properties()
/PHP-8.2/ext/opcache/
H A Dzend_persist.c181 sizeof(zend_ast_list) - sizeof(zend_ast *) + sizeof(zend_ast *) * list->children); in zend_persist_ast()
182 for (i = 0; i < list->children; i++) { in zend_persist_ast()
189 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast() local
190 …e = zend_shared_memdup(ast, sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * children); in zend_persist_ast()
191 for (i = 0; i < children; i++) { in zend_persist_ast()
H A Dzend_file_cache.c354 for (i = 0; i < list->children; i++) {
363 uint32_t children = zend_ast_get_num_children(ast); local
364 for (i = 0; i < children; i++) {
1208 for (i = 0; i < list->children; i++) {
1215 uint32_t children = zend_ast_get_num_children(ast); local
1216 for (i = 0; i < children; i++) {
/PHP-8.2/ext/libxml/
H A Dlibxml.c203 php_libxml_node_free_list(node->children); in php_libxml_node_free_list()
206 php_libxml_node_free_list(node->children); in php_libxml_node_free_list()
1267 php_libxml_node_free_list((xmlNodePtr) node->children); in php_libxml_node_free_resource()
/PHP-8.2/ext/tidy/tests/
H A D012.phpt2 Accessing children nodes
/PHP-8.2/Zend/Optimizer/
H A Dzend_ssa.c890 j = blocks[n].children; in zend_ssa_rename()
1533 j = ssa->cfg.blocks[block->idom].children; in zend_ssa_remove_block_from_cfg()
1535 ssa->cfg.blocks[block->idom].children = block->next_child; in zend_ssa_remove_block_from_cfg()
1548 block->children = -1; in zend_ssa_remove_block_from_cfg()
H A Dzend_dump.c859 if (b->children >= 0) { in zend_dump_block_info()
860 int j = b->children; in zend_dump_block_info()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c1374 void start_children( int children ) in start_children() argument
1397 while((!s_stop )&&( running < children )) { in start_children()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c1607 n = b->children; in zend_jit_compute_block_order_int()
1650 n = b->children; in zend_jit_compute_loop_body()

Completed in 112 milliseconds

1234