We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43e94 commit 2889957Copy full SHA for 2889957
ext/sockets/tests/bug51958.phpt
@@ -9,7 +9,7 @@ if (!defined('IPPROTO_IPV6')) {
9
die('skip IPv6 not available.');
10
}
11
if (PHP_OS != "WINNT")
12
- die('skip test relies Winsock's error code for WSAEWOULDBLOCK/EAGAIN');
+ die('skip test relies Winsock\'s error code for WSAEWOULDBLOCK/EAGAIN');
13
--FILE--
14
<?php
15
$listenfd = socket_create(AF_INET6, SOCK_STREAM, SOL_TCP);
0 commit comments