/PHP-8.1/ext/posix/ |
H A D | posix.stub.php | 5 function posix_kill(int $process_id, int $signal): bool {} argument 49 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument 52 function posix_getpgid(int $process_id): int|false {} argument 56 function posix_getsid(int $process_id): int|false {} argument
|
H A D | posix_arginfo.h | 5 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 60 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 66 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 72 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|
/PHP-8.1/ext/pcntl/ |
H A D | pcntl.stub.php | 11 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} argument 68 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} argument 72 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{} argument
|
H A D | pcntl_arginfo.h | 8 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 95 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null") 103 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_perf_dump.c | 83 uint32_t process_id; member 96 uint32_t process_id; member 190 jit_hdr.process_id = getpid(); in zend_jit_perf_jitdump_open() 244 rec.process_id = getpid(); in zend_jit_perf_jitdump_register()
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 83 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 134 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 139 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
H A D | mysqli_report_wo_ps.phpt | 117 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 120 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
H A D | mysqli_report.phpt | 320 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 339 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.stub.php | 136 function socket_wsaprotocol_info_export(Socket $socket, int $process_id): string|false {} argument
|
H A D | sockets_arginfo.h | 196 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 248 public function kill(int $process_id): bool {} argument 907 function mysqli_kill(mysqli $mysql, int $process_id): bool {} argument
|
H A D | mysqli_arginfo.h | 185 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 491 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_commands.c | 186 …mand, process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read… in MYSQLND_METHOD() 194 int4store(buff, process_id); in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 999 const unsigned int process_id = pid; local 1003 DBG_RETURN(conn->command->process_kill(conn, process_id, read_response));
|
H A D | mysqlnd_structs.h | 312 …e_com_process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read…
|