Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 160) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS786 . Fixed bug #79862 (Public non-static property in child should take priority
1797 child process). (Nikita)
1864 child). (Nikita)
2519 . Fixed bug #76773 (Traits used on the parent are ignored for child classes).
H A Drun-tests.php1663 foreach ($children as $child) {
1664 if ($child) {
1665 proc_terminate($child);
H A DUPGRADING49 child classes. This is no longer the case. No particular order is guaranteed
495 is required, if the child process is supposed to handle CTRL events.
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.c228 proc_p = fpm_scoreboard_proc_acquire(child->wp->scoreboard, child->scoreboard_i, 1); in fpm_request_check_timed_out()
238 if (child->slow_logged.tv_sec) { in fpm_request_check_timed_out()
239 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
240 child->slow_logged.tv_sec = 0; in fpm_request_check_timed_out()
241 child->slow_logged.tv_usec = 0; in fpm_request_check_timed_out()
258 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
259 child->tracer = fpm_php_trace; in fpm_request_check_timed_out()
261 fpm_trace_signal(child->pid); in fpm_request_check_timed_out()
264child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
272 fpm_pctl_kill(child->pid, FPM_PCTL_TERM); in fpm_request_check_timed_out()
[all …]
H A Dfpm_scoreboard.c190 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_get_from_child()
193 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_get_from_child()
269 fpm_scoreboard = child->wp->scoreboard; in fpm_scoreboard_child_use()
270 fpm_scoreboard_i = child->scoreboard_i; in fpm_scoreboard_child_use()
271 proc = fpm_scoreboard_proc_get_from_child(child); in fpm_scoreboard_child_use()
280 void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_free() argument
282 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_free()
284 int child_index = child->scoreboard_i; in fpm_scoreboard_proc_free()
303 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ in fpm_scoreboard_proc_alloc() argument
306 struct fpm_worker_pool_s *wp = child->wp; in fpm_scoreboard_proc_alloc()
[all …]
H A Dfpm_scoreboard.h75 struct fpm_scoreboard_proc_s *fpm_scoreboard_proc_get_from_child(struct fpm_child_s *child);
84 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid);
86 void fpm_scoreboard_proc_free(struct fpm_child_s *child);
87 int fpm_scoreboard_proc_alloc(struct fpm_child_s *child);
H A Dfpm_children.c63 free(child); in fpm_child_free()
100 child->next->prev = child; in fpm_child_link()
113 child->prev->next = child->next; in fpm_child_unlink()
115 child->wp->children = child->next; in fpm_child_unlink()
119 child->next->prev = child->prev; in fpm_child_unlink()
131 for (child = wp->children; child; child = child->next) { in fpm_child_find()
140 if (!child) { in fpm_child_find()
171 for (; child; child = next) { in fpm_children_free()
200 if (child && child->idle_kill) { in fpm_children_bury()
236 if (child && child->tracer) { in fpm_children_bury()
[all …]
/PHP-7.4/Zend/
H A Dzend_compile.c2628 list->children > 0 && list->child[0] != NULL && list->child[0]->child[1] != NULL; in zend_compile_list_assign()
3427 && args->child[1]->child[0]->kind == ZEND_AST_ZVAL in zend_compile_func_cufa()
3429 && args->child[1]->child[1]->kind == ZEND_AST_ARG_LIST) { in zend_compile_func_cufa()
3431 zend_ast_list *list = zend_ast_get_list(args->child[1]->child[1]); in zend_compile_func_cufa()
3548 zend_ast *name_ast = args->child[2]->child[0]; in zend_compile_func_in_array()
3725 && args->child[0]->child[0]->kind == ZEND_AST_ZVAL in zend_compile_func_array_slice()
3727 && args->child[0]->child[1]->kind == ZEND_AST_ARG_LIST in zend_compile_func_array_slice()
3733 zend_ast_list *list = zend_ast_get_list(args->child[0]->child[1]); in zend_compile_func_array_slice()
8905 child = &ast->child[2 - zend_is_true(zend_ast_get_zval(ast->child[0]))]; in zend_eval_const_expr()
8907 child--; in zend_eval_const_expr()
[all …]
H A Dzend_generators.c270 efree(generator->node.child.ht); in zend_generator_free_storage()
505 return node->child.single.child; in zend_generator_get_child()
514 node = &node->child.single.child->node; in zend_generator_search_multi_children_node()
522 node->child.single.leaf = leaf; in zend_generator_add_single_child()
523 node->child.single.child = child; in zend_generator_add_single_child()
529 (zend_ulong) node->child.single.leaf, node->child.single.child); in zend_generator_add_single_child()
530 node->child.ht = ht; in zend_generator_add_single_child()
533 zend_hash_index_add_ptr(node->child.ht, (zend_ulong) leaf, child); in zend_generator_add_single_child()
552 zend_generator *leaf = child->node.children ? child->node.ptr.leaf : child; in zend_generator_add_child()
564 zend_generator *child = zend_hash_index_find_ptr(next->node.child.ht, (zend_ulong) generator); in zend_generator_add_child() local
[all …]
H A Dzend_inheritance.c717 (child->common.prototype && in emit_incompatible_method_error_or_warning()
772 child_flags = child->common.fn_flags; in do_inheritance_check_on_method_ex()
782 ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child)); in do_inheritance_check_on_method_ex()
786 ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child)); in do_inheritance_check_on_method_ex()
797 ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child)); in do_inheritance_check_on_method_ex()
822 if (child->common.scope != ce in do_inheritance_check_on_method_ex()
835 child->common.prototype = proto; in do_inheritance_check_on_method_ex()
873 if (child) { in do_inherit_method()
943 ZSTR_VAL(child->ce->name), in emit_incompatible_property_error()
957 if (UNEXPECTED(child)) { in do_inherit_property()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc8 const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
9 const P_PREFIX_STDOUT = '\[pool unconfined\] child \d+ said into stdout: ';
462 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
464 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
466 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
477 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
479 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
481 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
483 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: pe is closed',
/PHP-7.4/ext/dom/
H A Dphp_dom.c1305 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1316 if (nodep == child) { in dom_hierarchy()
1382 child = nodep->children; in dom_normalize()
1383 while(child != NULL) { in dom_normalize()
1384 switch (child->type) { in dom_normalize()
1386 nextp = child->next; in dom_normalize()
1401 nextp = child->next; in dom_normalize()
1402 xmlUnlinkNode(child); in dom_normalize()
1404 child = nextp; in dom_normalize()
1409 dom_normalize (child); in dom_normalize()
[all …]
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c161 void (*child)(void)) = NULL;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt2 Forking a child and using the same connection.
30 printf("[001] Cannot fork child");
34 /* child */
71 sender ENUM('child', 'parent') NOT NULL,
83 printf("[009] Cannot fork child");
87 /* child */
244 child start
245 child array
247 child array
249 child array
[all …]
/PHP-7.4/ext/tidy/tests/
H A Dbug77040.phpt11 $p = $tidy->body()->child[0];
14 $text = $p->child[0];
17 $cdata = $tidy->body()->child[1]->child[0];
/PHP-7.4/ext/spl/
H A Dspl_iterators.c240 zval retval, child; in spl_recursive_it_move_forward_ex() local
332 …_call_method_with_0_params(zthis, object->ce, &object->callGetChildren, "callGetChildren", &child); in spl_recursive_it_move_forward_ex()
334 zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
342 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
348 if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT || in spl_recursive_it_move_forward_ex()
349 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
350 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
361 sub_iter = ce->get_iterator(ce, &child, 0); in spl_recursive_it_move_forward_ex()
362 ZVAL_COPY_VALUE(&object->iterators[object->level].zobject, &child); in spl_recursive_it_move_forward_ex()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c310 if (list->child[i] && !IS_SERIALIZED(list->child[i])) {
311 SERIALIZE_PTR(list->child[i]);
312 tmp = list->child[i];
320 if (ast->child[i] && !IS_SERIALIZED(ast->child[i])) {
321 SERIALIZE_PTR(ast->child[i]);
322 tmp = ast->child[i];
1038 if (list->child[i] && !IS_UNSERIALIZED(list->child[i])) {
1039 UNSERIALIZE_PTR(list->child[i]);
1046 if (ast->child[i] && !IS_UNSERIALIZED(ast->child[i])) {
1047 UNSERIALIZE_PTR(ast->child[i]);
[all …]
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt33 die("Failed to start child. ");
37 echo "Started child $child_pid\n";
45 echo "Sending ", get_evt_name($evt), " to child $child_pid\n";
48 …echo ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pi…
81 Started child %d
84 Sending CTRL+C to child %d
85 Successfully sent CTRL+C to child %d
/PHP-7.4/Zend/tests/
H A Dbug79862.phpt2 Bug #79862: Public non-static property in child should take priority over private static
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt34 string(18) "No child processes"
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c534 child->child = NULL;
565 child = element->child;
572 child->child = NULL;
573 element->child = child;
654 child = child->child;
713 child = child->child;
791 child = child->child;
825 child = child->child;
829 child->child = NULL;
855 child = child->child;
[all …]
H A Dphpdbg_watch.h95 struct _phpdbg_watch_element *child; /* always set for implicit watches */ member
/PHP-7.4/ext/spl/tests/
H A Dbug69264.phpt7 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
13 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
19 return ['child' => 42, 'parent' => count(parent::__debugInfo())];
66 ["child"]=>
72 ["child"]=>
78 ["child"]=>
84 ["child"]=>
90 ["child"]=>
96 ["child"]=>
102 ["child"]=>
[all …]
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in79 ; Choose how the process manager will control the number of child processes.
81 ; static - a fixed number (pm.max_children) of child processes;
82 ; dynamic - the number of child processes are set dynamically based on the
105 ; The number of child processes to be created when pm is set to 'static' and the
106 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
116 ; The number of child processes created on startup.
136 ; The number of requests each child process should execute before respawning.
299 ; %p: PID of the child that serviced the request
300 ; %P: PID of the parent of the child that serviced the request
384 ; the child that writes to the log and if stdout or stderr is used as well as

Completed in 180 milliseconds

1234567