Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/sapi/embed/
H A DEXPERIMENTAL5 you have been warned!
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_children.c396 static int warned = 0; in fpm_children_make() local
423 warned = 0; in fpm_children_make()
465 …if (!warned && fpm_global_config.process_max > 0 && fpm_globals.running_children >= fpm_global_con… in fpm_children_make()
467 warned = 1; in fpm_children_make()
H A Dfpm_conf.c1034 static int warned = 0; in fpm_conf_process_all_pools()
1036 if (!warned) { in fpm_conf_process_all_pools()
1038 warned = 1; in fpm_conf_process_all_pools()
1072 static int warned = 0; in fpm_conf_process_all_pools()
1074 if (!warned) { in fpm_conf_process_all_pools()
1076 warned = 1; in fpm_conf_process_all_pools()
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt43 // The behaviour is in line with stream_select(). Be warned, be careful.
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1735 bool warned = FALSE; local
1756 } else if (warned == FALSE) {
1758 warned = TRUE;
/PHP-8.2/docs/
H A Dstreams.md207 create it for you. Be warned that doing so may cause buffered data to be lost

Completed in 23 milliseconds