Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/tidy/
H A Dtidy.c851 zval *attribute, *children, *temp; in tidy_add_default_properties() local
903 MAKE_STD_ZVAL(children); in tidy_add_default_properties()
905 array_init(children); in tidy_add_default_properties()
916 add_next_index_zval(children, temp); in tidy_add_default_properties()
921 ZVAL_NULL(children); in tidy_add_default_properties()
924 …zend_hash_update(obj->std.properties, "child", sizeof("child"), (void *)&children, sizeof(zval *),… in tidy_add_default_properties()
/PHP-5.5/ext/tidy/tests/
H A D012.phpt2 Accessing children nodes
/PHP-5.5/ext/libxml/
H A Dlibxml.c248 php_libxml_node_free_list(node->children TSRMLS_CC); in php_libxml_node_free_list()
251 php_libxml_node_free_list(node->children TSRMLS_CC); in php_libxml_node_free_list()
1293 php_libxml_node_free_list((xmlNodePtr) node->children TSRMLS_CC); in php_libxml_node_free_resource()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c107 static int children = 0; variable
1998 children = atoi(children_str);
1999 if (children < 0) {
2011 if (children) {
2065 } while (parent && (running < children));
H A DREADME.FastCGI137 those will handle requests. The main process will restart children in case of
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c944 void start_children( int children ) in start_children() argument
966 while((!s_stop )&&( running < children )) { in start_children()
/PHP-5.5/ext/dom/
H A Ddocument.c1888 php_dom_remove_xinclude_nodes(cur->children TSRMLS_CC); in php_dom_remove_xinclude_nodes()
1898 php_dom_remove_xinclude_nodes(cur->children TSRMLS_CC); in php_dom_remove_xinclude_nodes()
1929 root = (xmlNodePtr) docp->children; in PHP_FUNCTION()
2360 for (node = node->children; node; node = node->next) { in PHP_FUNCTION()
H A Dphp_dom.c1038 node_list_unlink(node->children TSRMLS_CC); in node_list_unlink()
1495 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
1514 child = nodep->children; in dom_normalize()
/PHP-5.5/
H A DINSTALL557 dynamically. PHP will spawn children according to the PHP_FCGI_CHILDREN
562 avoided with PHP. PHP manages its own children and opcode caches like
563 APC will only share among children managed by PHP. If "min-procs" is
565 will be multiplied PHP_FCGI_CHILDREN (2 min-procs * 16 children gives
577 var controls how many children PHP will spawn to handle incoming
H A DNEWS3979 to allow zero children). (fat)
4269 . Removed timestamp in logs written by children processes. (fat)
7701 - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
8229 . Allowed PHP_FCGI_CHILDREN=0 that assumes no worker children. (FastCGI
9591 children). (Rob)

Completed in 114 milliseconds

1234