Searched refs:warned (Results 1 – 7 of 7) sorted by relevance
5 you have been warned!
371 static int warned = 0; in fpm_children_make() local398 warned = 0; in fpm_children_make()440 …if (!warned && fpm_global_config.process_max > 0 && fpm_globals.running_children >= fpm_global_con… in fpm_children_make()442 warned = 1; in fpm_children_make()
996 static int warned = 0; in fpm_conf_process_all_pools()998 if (!warned) { in fpm_conf_process_all_pools()1000 warned = 1; in fpm_conf_process_all_pools()1034 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()
46 // The behaviour is in line with stream_select(). Be warned, be careful.
74 zend_bool warned = FALSE; in mysqli_escape_string_for_tx_name_in_comment() local95 } 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()
2030 zend_bool warned = FALSE; local2051 } else if (warned == FALSE) {2053 warned = TRUE;
207 create it for you. Be warned that doing so may cause buffered data to be lost
Completed in 45 milliseconds