--TEST-- posix_kill() with large pid --EXTENSIONS-- posix pcntl --SKIPIF-- --FILE-- getMessage(), PHP_EOL; } try { posix_kill(PHP_INT_MIN, SIGTERM); } catch (\ValueError $e) { echo $e->getMessage(), PHP_EOL; } ?> --EXPECTF-- posix_kill(): Argument #1 ($process_id) must be between %i and %d posix_kill(): Argument #1 ($process_id) must be between %i and %d