Searched refs:kill (Results 1 – 25 of 32) sorted by relevance
12
/PHP-8.1/ext/mysqli/tests/ |
H A D | 071.phpt | 2 mysqli thread_id & kill 18 $ret = $mysql->kill($mysql->thread_id); 45 $ret = $mysql->kill($mysql->thread_id);
|
H A D | mysqli_pconn_kill.phpt | 46 …printf("[006] Cannot kill persistent connection, [%d] %s\n", mysqli_errno($link), mysqli_error($li… 48 // Give the server think-time to kill the pthread
|
H A D | mysqli_reconnect.phpt | 55 // after 2+ seconds the server should kill the connection 92 // Give the server a second to really kill the other thread...
|
H A D | mysqli_no_reconnect.phpt | 53 // after 2+ seconds the server should kill the connection 99 // Give the server a second to really kill the other thread...
|
H A D | mysqli_pconn_max_links.phpt | 98 // change the password for the second DB user and kill the persistent connection 104 // change the password for the second DB user and kill the persistent connection 114 // give the server a second to really kill the thread
|
H A D | mysqli_insert_id_variation.phpt | 48 /*$link->kill($link->thread_id);
|
H A D | mysqli_poll_kill.phpt | 2 int mysqli_poll() and kill 91 // Yes, 1 - fetch OK packet of kill!
|
H A D | mysqli_class_mysqli_interface.phpt | 37 'kill' => true,
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | bug74083-concurrent-reload.phpt | 2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083) 45 exec("kill -USR2 $pid", $out, $killExitCode);
|
H A D | bug77934-reload-process-control.phpt | 2 FPM: bug77934 - php-fpm kill -USR2 not working
|
H A D | bug76601-reload-child-signals.phpt | 56 exec("kill -USR2 $pid", $out, $killExitCode);
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | bug78883.phpt | 24 // thus cmd is still running and we should kill it
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg.init.d | 85 kill -s TERM $(cat $PIDFILE)
|
/PHP-8.1/Zend/ |
H A D | zend_signal.c | 205 kill(getpid(), signo); in zend_signal_handler() 208 kill(getpid(), signo); in zend_signal_handler()
|
H A D | Zend.m4 | 149 AC_CHECK_FUNCS(getpid kill sigsetjmp)
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 148 return kill(pid, s); in fpm_pctl_kill() 161 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
|
/PHP-8.1/sapi/fpm/ |
H A D | php-fpm.service.in | 13 ExecReload=/bin/kill -USR2 $MAINPID
|
H A D | config.m4 | 175 kill(child, SIGKILL);
|
/PHP-8.1/sapi/litespeed/ |
H A D | lscriu.c | 682 kill(LSAPI_Get_ppid(), SIGUSR2); in LSCRIU_inc_req_processed()
|
H A D | lsapilib.c | 312 if (kill(s_restored_ppid,0) == -1) { in lsapi_parent_dead() 3037 if ( kill( s_pid_dump_debug_info, 0 ) == 0 ) in dump_debug_info() 3118 if (( kill( pStatus->m_pid, tobekilled ) == -1 ) && in lsapi_check_child_status()
|
H A D | lsapi_main.c | 1427 kill( -getpgrp(), SIGUSR1 ); in start_children()
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 248 public function kill(int $process_id): bool {} function in mysqli
|
/PHP-8.1/ext/posix/ |
H A D | posix.c | 206 if (kill(pid, sig) < 0) {
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 994 MYSQLND_METHOD(mysqlnd_conn_data, kill)(MYSQLND_CONN_DATA * conn, unsigned int pid) argument 1963 MYSQLND_METHOD(mysqlnd_conn_data, kill),
|
/PHP-8.1/ext/standard/ |
H A D | proc_open.c | 326 RETURN_BOOL(kill(proc->child, sig_no) == 0); in PHP_FUNCTION()
|
Completed in 168 milliseconds
12