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.
2 parents 16ae472 + e00e4b9 commit cbcce72Copy full SHA for cbcce72
ext/standard/tests/network/bug64330.phpt
@@ -3,6 +3,7 @@ Bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets
3
--SKIPIF--
4
<?php
5
if (!in_array("unix", stream_get_transports())) die("SKIP unix domain sockets unavailable");
6
+if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
7
?>
8
--FILE--
9
0 commit comments