--TEST-- Support for paths in the abstract namespace (bind, connect) --SKIPIF-- --FILE-- [ "addr" => $path, ], "iov" => ["test ", "thing", "\n"], ], 0); var_dump($r); checktimeout($conns, 500); if (!socket_recv($conns, $buf, 20, 0)) die("recv"); print_r($buf); ?> --EXPECTF-- creating server socket creating client socket int(11) test thing