summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_addrinfo_bind.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_addrinfo_bind.phpt')
-rw-r--r--ext/sockets/tests/socket_addrinfo_bind.phpt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_addrinfo_bind.phpt b/ext/sockets/tests/socket_addrinfo_bind.phpt
index eb15afee25..40a746bdb9 100644
--- a/ext/sockets/tests/socket_addrinfo_bind.phpt
+++ b/ext/sockets/tests/socket_addrinfo_bind.phpt
@@ -13,6 +13,7 @@ $addrinfo = socket_addrinfo_lookup('127.0.0.1', 2000, array(
));
var_dump(socket_addrinfo_bind($addrinfo[0]));
echo "Done";
---EXPECTF--
-resource(%d) of type (Socket)
+--EXPECT--
+object(Socket)#2 (0) {
+}
Done