--TEST-- Test for Github issue #165 --SKIPIF-- --FILE-- bind ('inproc://test'); $fd = $server->getSockOpt(ZMQ::SOCKOPT_FD); $read = array($fd); $write = NULL; $except = NULL; stream_select($read, $write, $except, 0); echo "OK"; ?> --EXPECT-- OK