Skip to content

Commit 3500262

Browse files
committed
templatize the resource number
1 parent fd92b91 commit 3500262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/sockets/tests/socket_sendrecvmsg_multi_msg-win32.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ print_r($data);
6060

6161
--EXPECTF--
6262
creating send socket
63-
resource(5) of type (Socket)
63+
resource(%d) of type (Socket)
6464
bool(true)
6565
creating receive socket
66-
resource(6) of type (Socket)
66+
resource(%d) of type (Socket)
6767
bool(true)
6868
int(11)
6969
Array

0 commit comments

Comments
 (0)