Home
last modified time | relevance | path

Searched refs:child (Results 126 – 150 of 159) sorted by relevance

1234567

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt21 foreach ($rcs as $childName => $child) {
26 var_dump($child->implementsInterface($parent));
32 var_dump($child->implementsInterface($parentName));
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c304 if (list->child[i]) {
305 list->child[i] = zend_file_cache_serialize_ast(list->child[i], script, info, buf);
311 if (ast->child[i]) {
312 ast->child[i] = zend_file_cache_serialize_ast(ast->child[i], script, info, buf);
962 if (list->child[i]) {
963 list->child[i] = zend_file_cache_unserialize_ast(list->child[i], script, buf);
969 if (ast->child[i]) {
970 ast->child[i] = zend_file_cache_unserialize_ast(ast->child[i], script, buf);
H A Dzend_persist.c281 if (copy->child[i]) { in zend_persist_ast()
282 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
290 if (node->child[i]) { in zend_persist_ast()
291 node->child[i] = zend_persist_ast(node->child[i]); in zend_persist_ast()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.h95 struct _phpdbg_watch_element *child; /* always set for implicit watches */ member
/PHP-7.2/sapi/litespeed/
H A DREADME.md153 This controls how many requests each child process will handle before
161 In Self Managed Mode, LSAPI_MAX_IDLE controls how long a idle child
180 processing time allowed when processing a request. If a child process
183 of dead or runaway child process.
189 process will wait before exiting when there is no child process.
/PHP-7.2/ext/spl/examples/
H A Drecursivecomparedualiterator.inc20 * level we need to check whether both child iterators are at their end.
/PHP-7.2/ext/oci8/tests/
H A Dedition_1.phpt31 /* In 11.2, there can only be one child edition. So this test will
32 * fail to create the necessary editions if a child edition exists
H A Dedition_2.phpt30 /* In 11.2, there can only be one child edition. So this test will
31 * fail to create the necessary editions if a child edition exists
H A Dconn_attr.inc17 "create edition myedition1 as child of myedition",
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in78 ; Choose how the process manager will control the number of child processes.
80 ; static - a fixed number (pm.max_children) of child processes;
81 ; dynamic - the number of child processes are set dynamically based on the
104 ; The number of child processes to be created when pm is set to 'static' and the
105 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
115 ; The number of child processes created on startup.
135 ; The number of requests each child process should execute before respawning.
298 ; %p: PID of the child that serviced the request
299 ; %P: PID of the parent of the child that serviced the request
/PHP-7.2/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_004w.phpt13 $this->child = $c;
/PHP-7.2/Zend/tests/
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI131 This controls how many child processes the PHP process spawns. When the
132 fastcgi starts, it creates a number of child processes which handle one
148 This controls how many requests each child process will handle before
/PHP-7.2/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt17 so then the pipe buffer is emptied more often and the child has chance to continue its
/PHP-7.2/ext/dom/
H A Dphp_dom.h118 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child);
/PHP-7.2/ext/dom/tests/
H A Ddom001.phpt71 echo "--------- Add child to root\n";
185 --------- Add child to root
H A Dbug28721.phpt37 foreach ($node->childNodes as $child) {
41 print_node_r($child);
/PHP-7.2/ext/standard/tests/array/
H A Duasort_object2.phpt14 * child class,
H A Darray_unshift_object.phpt43 echo "defined in child";
H A Dsizeof_object2.phpt44 // child class which inherits parent test2
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c123 parent->childs[parent->num_childs] = child; in history_tree_add_child()
132 OnigCaptureTreeNode *clone, *child; in history_tree_clone() local
140 child = history_tree_clone(node->childs[i]); in history_tree_clone()
141 if (IS_NULL(child)) { in history_tree_clone()
145 history_tree_add_child(clone, child); in history_tree_clone()
1087 OnigCaptureTreeNode* child; in make_capture_history_tree() local
1095 child = history_node_new(); in make_capture_history_tree()
1096 CHECK_NULL_RETURN_MEMERR(child); in make_capture_history_tree()
1097 child->group = n; in make_capture_history_tree()
1098 child->beg = (int )(k->u.mem.pstr - str); in make_capture_history_tree()
[all …]
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c259 zval child; in xsl_ext_function_php() local
282 php_dom_create_object(node, &child, domintern); in xsl_ext_function_php()
283 add_next_index_zval(&args[i], &child); in xsl_ext_function_php()
/PHP-7.2/ext/spl/internal/
H A Drecursiveiteratoriterator.inc205 /** Called after current child iterator is invalid and right before it
/PHP-7.2/ext/spl/
H A Dspl_iterators.c242 zval retval, child; in spl_recursive_it_move_forward_ex() local
334 …_call_method_with_0_params(zthis, object->ce, &object->callGetChildren, "callGetChildren", &child); in spl_recursive_it_move_forward_ex()
336 zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
344 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
350 if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT || in spl_recursive_it_move_forward_ex()
351 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
352 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
363 sub_iter = ce->get_iterator(ce, &child, 0); in spl_recursive_it_move_forward_ex()
364 ZVAL_COPY_VALUE(&object->iterators[object->level].zobject, &child); in spl_recursive_it_move_forward_ex()
/PHP-7.2/ext/sockets/tests/
H A Dsocket_strerror.phpt34 string(18) "No child processes"

Completed in 59 milliseconds

1234567