/php-src/ext/posix/ |
H A D | posix.stub.php | 314 function posix_kill(int $process_id, int $signal): bool {} argument 358 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument 361 function posix_getpgid(int $process_id): int|false {} argument 365 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-src/ext/pcntl/ |
H A D | pcntl.stub.php | 1006 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} argument 1068 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} argument 1072 …function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool… argument 1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {} argument 1096 function pcntl_getcpuaffinity(?int $process_id = null): array|false {} argument 1097 function pcntl_setcpuaffinity(?int $process_id = null, array $cpu_ids = []): bool {} argument
|
H A D | pcntl_arginfo.h | 8 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 102 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null") 110 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null") 144 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null") 151 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null") 155 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
|
/php-src/ext/pcntl/tests/ |
H A D | pcntl_getpriority_error_darwin.phpt | 45 pcntl_getpriority(): Argument #1 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided a… 46 pcntl_getpriority(): Argument #1 ($process_id) is not a valid process, process group, or user ID
|
H A D | pcntl_setpriority_error_darwin.phpt | 46 pcntl_setpriority(): Argument #2 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided a… 47 pcntl_setpriority(): Argument #2 ($process_id) is not a valid process, process group, or user ID
|
H A D | pcntl_cpuaffinity.phpt | 66 pcntl_getcpuaffinity(): Argument #1 ($process_id) invalid process (-1024)
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_perf.c | 67 uint32_t process_id; member 80 uint32_t process_id; member 174 jit_hdr.process_id = getpid(); in ir_perf_jitdump_open() 236 rec.process_id = getpid(); in ir_perf_jitdump_register()
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 75 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 130 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 137 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
H A D | mysqli_report_wo_ps.phpt | 112 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 115 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
H A D | mysqli_report.phpt | 309 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 328 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 842 public function kill(int $process_id): bool {} 1494 function mysqli_kill(mysqli $mysql, int $process_id): bool {}
|
H A D | mysqli_arginfo.h | 186 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0) 486 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_commands.c | 187 …mand, process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read… in MYSQLND_METHOD() 195 int4store(buff, process_id); in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 998 const unsigned int process_id = pid; local 1002 DBG_RETURN(conn->command->process_kill(conn, process_id, read_response));
|
H A D | mysqlnd_structs.h | 313 …e_com_process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read…
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 2086 function socket_wsaprotocol_info_export(Socket $socket, int $process_id): string|false {} argument
|
H A D | sockets_arginfo.h | 202 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|