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