Home
last modified time | relevance | path

Searched refs:ping (Results 26 – 35 of 35) sorted by relevance

12

/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c986 char *ping = wp->config->ping_path; in fpm_conf_process_all_pools() local
989 if (*ping != '/') { in fpm_conf_process_all_pools()
990 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); in fpm_conf_process_all_pools()
994 if (strlen(ping) < 2) { in fpm_conf_process_all_pools()
995 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); in fpm_conf_process_all_pools()
999 for (i = 0; i < strlen(ping); i++) { in fpm_conf_process_all_pools()
1000 …if (!isalnum(ping[i]) && ping[i] != '/' && ping[i] != '-' && ping[i] != '_' && ping[i] != '.' && p… in fpm_conf_process_all_pools()
1001 …g path '%s' must contain only the following characters '[alphanum]/_-.~'", wp->config->name, ping); in fpm_conf_process_all_pools()
/php-src/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt54 $link->ping();
H A Dmysqli_class_mysqli_interface.phpt43 'ping' => true,
/php-src/sapi/fpm/
H A Dwww.conf.in276 ; The ping URI to call the monitoring page of FPM. If this value is not set, no
277 ; URI will be recognized as a ping page. This could be used to test from outside
286 ;ping.path = /ping
288 ; This directive may be used to customize the response of a ping request. The
291 ;ping.response = pong
369 ;access.suppress_path[] = /ping
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c121 MYSQLND_METHOD(mysqlnd_command, ping)(MYSQLND_CONN_DATA * const conn) in MYSQLND_METHOD() argument
652 MYSQLND_METHOD(mysqlnd_command, ping),
H A Dmysqlnd_structs.h334 func_mysqlnd_execute_com_ping ping; in MYSQLND_CLASS_METHODS_TYPE() local
537 func_mysqlnd_conn_data__ping ping; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd.h196 #define mysqlnd_ping(conn) ((conn)->data)->m->ping((conn)->data)
H A Dmysqlnd_connection.c968 MYSQLND_METHOD(mysqlnd_conn_data, ping)(MYSQLND_CONN_DATA * const conn) argument
973 enum_func_status ret = conn->command->ping(conn);
1949 MYSQLND_METHOD(mysqlnd_conn_data, ping),
/php-src/ext/mysqli/
H A Dmysqli.stub.php886 public function ping(): bool {}
/php-src/sapi/fpm/tests/
H A Dtester.inc643 string $uri = '/ping',
651 * Execute and check ping request.
657 public function ping(
660 string $pingPath = '/ping'

Completed in 45 milliseconds

12