Skip to content

Commit ed2c6bf

Browse files
committed
$target_pid -> $process_id
1 parent e1feec6 commit ed2c6bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/sockets/sockets.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function socket_addrinfo_bind(AddressInfo $address): Socket|false {}
110110
function socket_addrinfo_explain(AddressInfo $address): array {}
111111

112112
#ifdef PHP_WIN32
113-
function socket_wsaprotocol_info_export(Socket $socket, int $target_pid): string|false {}
113+
function socket_wsaprotocol_info_export(Socket $socket, int $process_id): string|false {}
114114

115115
function socket_wsaprotocol_info_import(string $info_id): Socket|false {}
116116

ext/sockets/sockets_arginfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 35196eb31a98dd0b30761eed91f10a8b7e814f9e */
2+
* Stub hash: 58b939e7e18129e0072d6e0c02f845f7cfd4242a */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_socket_select, 0, 4, MAY_BE_LONG|MAY_BE_FALSE)
55
ZEND_ARG_TYPE_INFO(1, read, IS_ARRAY, 1)
@@ -193,7 +193,7 @@ ZEND_END_ARG_INFO()
193193
#if defined(PHP_WIN32)
194194
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_socket_wsaprotocol_info_export, 0, 2, MAY_BE_STRING|MAY_BE_FALSE)
195195
ZEND_ARG_OBJ_INFO(0, socket, Socket, 0)
196-
ZEND_ARG_TYPE_INFO(0, target_pid, IS_LONG, 0)
196+
ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
197197
ZEND_END_ARG_INFO()
198198
#endif
199199

0 commit comments

Comments
 (0)