socketpair 44 ext/sockets/php_sockets_win.h int socketpair(int domain, int type, int protocol, SOCKET sock[2]); socketpair 1771 ext/sockets/sockets.c if (socketpair(domain, type, protocol, fds_array) != 0) { socketpair 60 ext/standard/streamsfuncs.c if (0 != socketpair(domain, type, protocol, pair)) {