Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/
H A DEXPERIMENTAL5 you have been warned!
/PHP-7.4/sapi/embed/
H A DEXPERIMENTAL5 you have been warned!
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c373 static int warned = 0; in fpm_children_make() local
400 warned = 0; in fpm_children_make()
442 …if (!warned && fpm_global_config.process_max > 0 && fpm_globals.running_children >= fpm_global_con… in fpm_children_make()
444 warned = 1; in fpm_children_make()
H A Dfpm_conf.c947 static int warned = 0; in fpm_conf_process_all_pools()
949 if (!warned) { in fpm_conf_process_all_pools()
951 warned = 1; in fpm_conf_process_all_pools()
985 static int warned = 0; in fpm_conf_process_all_pools()
987 if (!warned) { in fpm_conf_process_all_pools()
989 warned = 1; in fpm_conf_process_all_pools()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt47 // The behaviour is in line with stream_select(). Be warned, be careful.
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c74 zend_bool warned = FALSE; in mysqli_escape_string_for_tx_name_in_comment() local
95 } else if (warned == FALSE) { in mysqli_escape_string_for_tx_name_in_comment()
97 warned = TRUE; in mysqli_escape_string_for_tx_name_in_comment()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2043 zend_bool warned = FALSE; local
2064 } else if (warned == FALSE) {
2066 warned = TRUE;
/PHP-7.4/docs/
H A Dstreams.md207 create it for you. Be warned that doing so may cause buffered data to be lost

Completed in 34 milliseconds