Searched refs:ping (Results 1 – 25 of 28) sorted by relevance
12
/PHP-7.3/sapi/fpm/tests/ |
H A D | bug68423-multi-pool-all-pms.phpt | 15 ping.path = /ping 16 ping.response = pong-dynamic 24 ping.path = /ping 25 ping.response = pong-on-demand 31 ping.path = /ping 32 ping.response = pong-static 40 $tester->ping('{{ADDR[dynamic]}}', 'pong-dynamic'); 41 $tester->ping('{{ADDR[ondemand]}}', 'pong-on-demand'); 42 $tester->ping('{{ADDR[static]}}', 'pong-static');
|
H A D | bug68421-ipv6-access-log.phpt | 19 ping.path = /ping 20 ping.response = pong 31 $tester->ping('127.0.0.1'); 32 $tester->ping('[::1]'); 40 127.0.0.1 %s "GET /ping" 200 41 ::1 %s "GET /ping" 200
|
H A D | bug68442-signal-reload.phpt | 16 ping.path = /ping 17 ping.response = pong 28 $tester->ping('{{ADDR}}'); 34 $tester->ping('{{ADDR}}');
|
H A D | bug77934-reload-process-control.phpt | 17 ping.path = /ping 18 ping.response = pong 29 $tester->ping('{{ADDR}}'); 35 $tester->ping('{{ADDR}}');
|
H A D | bug68420-ipv4-all-addresses.phpt | 17 ping.path = /ping 18 ping.response = pong 29 $tester->ping('127.0.0.1');
|
H A D | socket-uds-basic.phpt | 15 ping.path = /ping 16 ping.response = pong 27 $tester->ping('{{ADDR:UDS}}');
|
H A D | main-global-prefix.phpt | 19 ping.path = /ping 20 ping.response = pong 36 $tester->ping();
|
H A D | pool-prefix.phpt | 24 ping.path = /ping 25 ping.response = pong 36 $tester->ping();
|
H A D | bug68458-pm-no-start-server.phpt | 18 ping.path = /ping 19 ping.response = pong
|
H A D | proc-no-start-server.phpt | 17 ping.path = /ping 18 ping.response = pong
|
H A D | proc-user-ignored.phpt | 18 ping.path = /ping 19 ping.response = pong
|
H A D | socket-uds-acl.phpt | 51 ping.path = /ping 52 ping.response = pong 63 $tester->ping('{{ADDR:UDS}}');
|
H A D | tester.inc | 440 $uri = '/ping', 448 * Execute and check ping request. 454 public function ping( 457 string $pingPath = '/ping'
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | 070.phpt | 2 mysqli ping 13 var_dump($mysql->ping());
|
H A D | 071.phpt | 16 var_dump($mysql->ping()); 37 var_dump($mysql->ping());
|
H A D | mysqli_insert_id_variation.phpt | 53 $link->ping();
|
H A D | mysqli_class_mysqli_interface.phpt | 42 'ping' => true,
|
/PHP-7.3/ext/json/ |
H A D | README | 15 through the Github Pull Requests and preferably ping @bukka
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 887 char *ping = wp->config->ping_path; in fpm_conf_process_all_pools() local 890 if (*ping != '/') { in fpm_conf_process_all_pools() 891 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); in fpm_conf_process_all_pools() 895 if (strlen(ping) < 2) { in fpm_conf_process_all_pools() 896 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); in fpm_conf_process_all_pools() 900 for (i = 0; i < strlen(ping); i++) { in fpm_conf_process_all_pools() 901 …if (!isalnum(ping[i]) && ping[i] != '/' && ping[i] != '-' && ping[i] != '_' && ping[i] != '.' && p… in fpm_conf_process_all_pools() 902 … path '%s' must containt only the following characters '[alphanum]/_-.~'", wp->config->name, ping); in fpm_conf_process_all_pools()
|
/PHP-7.3/sapi/fpm/ |
H A D | www.conf.in | 240 ; The ping URI to call the monitoring page of FPM. If this value is not set, no 241 ; URI will be recognized as a ping page. This could be used to test from outside 250 ;ping.path = /ping 252 ; This directive may be used to customize the response of a ping request. The 255 ;ping.response = pong
|
/PHP-7.3/ext/pgsql/ |
H A D | README | 228 ping database connection and try to reset connection if it's
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_fe.c | 572 PHP_FALIAS(ping, mysqli_ping, arginfo_mysqli_no_params)
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 205 #define mysqlnd_ping(conn) ((conn)->data)->m->ping((conn)->data)
|
H A D | mysqlnd_connection.c | 1085 MYSQLND_METHOD(mysqlnd_conn_data, ping)(MYSQLND_CONN_DATA * const conn) argument 1087 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data), ping); 2317 MYSQLND_METHOD(mysqlnd_conn_data, ping),
|
H A D | mysqlnd_structs.h | 498 func_mysqlnd_conn_data__ping ping; in MYSQLND_CLASS_METHODS_TYPE() local
|
Completed in 50 milliseconds
12