--TEST-- Test last endpoint --SKIPIF-- --FILE-- getSocket(ZMQ::SOCKET_REP) ->bind("inproc://hello-there"); $endpoint = $server->getSockopt(ZMQ::SOCKOPT_LAST_ENDPOINT); var_dump($endpoint); echo "OK"; --EXPECT-- string(20) "inproc://hello-there" OK