Skip to content

Commit bc13636

Browse files
committed
- Fixed SKIPIF section of bug51958.phpt.
1 parent 14eaa5a commit bc13636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/bug51958.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!defined('IPPROTO_IPV6')) {
99
die('skip IPv6 not available.');
1010
}
1111
if (PHP_OS != "WINNT")
12-
die('skip test relies Winsock's error code for WSAEWOULDBLOCK/EAGAIN');
12+
die('skip test relies Winsock\'s error code for WSAEWOULDBLOCK/EAGAIN');
1313
--FILE--
1414
<?php
1515
$listenfd = socket_create(AF_INET6, SOCK_STREAM, SOL_TCP);

0 commit comments

Comments
 (0)