Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 30) sorted by relevance

12

/php-src/ext/mysqli/tests/
H A D071.phpt2 mysqli thread_id & kill
18 $ret = $mysql->kill($mysql->thread_id);
31 $ret = $mysql->kill($mysql->thread_id);
H A Dmysqli_pconn_kill.phpt44 …printf("[006] Cannot kill persistent connection, [%d] %s\n", mysqli_errno($link), mysqli_error($li…
46 // Give the server think-time to kill the pthread
H A Dmysqli_no_reconnect.phpt51 // after 2+ seconds the server should kill the connection
94 // Give the server a second to really kill the other thread...
H A Dmysqli_pconn_max_links.phpt98 // 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 Dmysqli_insert_id_variation.phpt48 /*$link->kill($link->thread_id);
H A Dmysqli_poll_kill.phpt2 int mysqli_poll() and kill
87 // Yes, 1 - fetch OK packet of kill!
H A Dmysqli_class_mysqli_interface.phpt38 'kill' => true,
/php-src/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
45 exec("kill -USR2 $pid", $out, $killExitCode);
H A Dbug77934-reload-process-control.phpt2 FPM: bug77934 - php-fpm kill -USR2 not working
H A Dbug76601-reload-child-signals.phpt56 exec("kill -USR2 $pid", $out, $killExitCode);
H A Dtester.inc1129 $cmd = "kill -$signal $pid";
1132 return exec("kill -$signal $pid");
/php-src/ext/standard/tests/streams/
H A Dbug78883.phpt24 // thus cmd is still running and we should kill it
/php-src/sapi/phpdbg/
H A Dphpdbg.init.d85 kill -s TERM $(cat $PIDFILE)
/php-src/sapi/fpm/fpm/
H A Dfpm_process_ctl.c148 return kill(pid, s); in fpm_pctl_kill()
161 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
/php-src/Zend/
H A Dzend_signal.c206 kill(getpid(), signo); in zend_signal_handler()
209 kill(getpid(), signo); in zend_signal_handler()
H A DZend.m4149 AC_CHECK_FUNCS(getpid kill pthread_getattr_np pthread_attr_get_np pthread_get_stackaddr_np pthread_…
/php-src/sapi/fpm/
H A Dphp-fpm.service.in13 ExecReload=/bin/kill -USR2 $MAINPID
H A Dconfig.m4130 kill(child, SIGKILL);
/php-src/sapi/litespeed/
H A Dlscriu.c683 kill(LSAPI_Get_ppid(), SIGUSR2); in LSCRIU_inc_req_processed()
H A Dlsapilib.c313 if (kill(s_restored_ppid,0) == -1) { in lsapi_parent_dead()
3003 if ( kill( s_pid_dump_debug_info, 0 ) == 0 ) in dump_debug_info()
3084 if (( kill( pStatus->m_pid, tobekilled ) == -1 ) && in lsapi_check_child_status()
H A Dlsapi_main.c1423 kill( -getpgrp(), SIGUSR1 ); in start_children()
/php-src/ext/mysqli/
H A Dmysqli.stub.php862 public function kill(int $process_id): bool {}
/php-src/ext/posix/
H A Dposix.c132 if (kill(pid, sig) < 0) {
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c993 MYSQLND_METHOD(mysqlnd_conn_data, kill)(MYSQLND_CONN_DATA * conn, unsigned int pid) argument
1950 MYSQLND_METHOD(mysqlnd_conn_data, kill),
/php-src/ext/standard/
H A Dproc_open.c358 RETURN_BOOL(kill(proc->child, sig_no) == 0); in PHP_FUNCTION()

Completed in 123 milliseconds

12