/PHP-8.2/ext/posix/ |
H A D | posix.stub.php | 195 function posix_kill(int $process_id, int $signal): bool {} argument 239 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument 242 function posix_getpgid(int $process_id): int|false {} argument 246 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.2/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
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_perf_dump.c | 85 uint32_t process_id; member 98 uint32_t process_id; member 195 jit_hdr.process_id = getpid(); in zend_jit_perf_jitdump_open() 249 rec.process_id = getpid(); in zend_jit_perf_jitdump_register()
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 77 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 128 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 133 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 | 318 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 337 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 907 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} argument 964 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} argument 968 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.2/ext/mysqli/ |
H A D | mysqli.stub.php | 863 public function kill(int $process_id): bool {} 1514 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) 485 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
|
/PHP-8.2/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 | 312 …e_com_process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read…
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.stub.php | 1813 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)
|