Searched refs:kill (Results 1 – 25 of 33) sorted by relevance
12
/PHP-7.2/ext/posix/tests/ |
H A D | posix_kill_basic.phpt | 9 echo "Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions\n"; 14 // TODO Once we have PS open working beef up this test to create a process and kill it 33 Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
|
/PHP-7.2/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 | 94 // change the password for the second DB user and kill the persistent connection 99 // change the password for the second DB user and kill the persistent connection 108 // give the server a second to really kill the thread
|
H A D | mysqli_insert_id_variation.phpt | 47 /*$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,
|
H A D | mysqli_class_mysqli_reflection.phpt | 524 Inspecting method 'kill' 540 Inspecting parameter 'connection_id' of method 'kill'
|
/PHP-7.2/sapi/fpm/ |
H A D | php-fpm.service.in | 13 ExecReload=/bin/kill -USR2 $MAINPID
|
H A D | config.m4 | 181 kill(child, SIGKILL);
|
/PHP-7.2/sapi/fpm/tests/ |
H A D | bug77934-reload-process-control.phpt | 2 FPM: bug77934 - php-fpm kill -USR2 not working
|
H A D | tester.inc | 335 * actually kill php-fpm */ 337 "killit () { kill \$child 2> /dev/null; }; " . 685 return exec("kill -$signal $pid");
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg.init.d | 85 kill -s TERM $(cat $PIDFILE)
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 141 return kill(pid, s); in fpm_pctl_kill() 154 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
|
/PHP-7.2/Zend/ |
H A D | zend_signal.c | 206 kill(getpid(), signo); in zend_signal_handler() 209 kill(getpid(), signo); in zend_signal_handler()
|
H A D | Zend.m4 | 100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
|
/PHP-7.2/sapi/litespeed/ |
H A D | lscriu.c | 708 kill(LSAPI_Get_ppid(), SIGUSR2); in LSCRIU_inc_req_procssed()
|
H A D | lsapilib.c | 306 if (kill(s_restored_ppid,0) == -1) { in lsapi_parent_dead() 2961 if ( kill( s_pid_dump_debug_info, 0 ) == 0 ) in dump_debug_info() 3043 if (( kill( pStatus->m_pid, tobekilled ) == -1 ) && in lsapi_check_child_status()
|
H A D | lsapi_main.c | 1467 kill( -getpgrp(), SIGUSR1 ); in start_children()
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_fe.c | 568 PHP_FALIAS(kill,mysqli_kill, arginfo_class_mysqli_kill)
|
/PHP-7.2/ext/standard/ |
H A D | proc_open.c | 267 if (kill(proc->child, sig_no) == 0) { in PHP_FUNCTION()
|
/PHP-7.2/ext/posix/ |
H A D | posix.c | 469 if (kill(pid, sig) < 0) { in PHP_FUNCTION()
|
/PHP-7.2/ext/opcache/ |
H A D | ZendAccelerator.c | 691 if (kill(mem_usage_check->l_pid, SIGKILL)) { in kill_all_lockers() 701 if (kill(mem_usage_check->l_pid, 0)) { in kill_all_lockers()
|
Completed in 80 milliseconds
12