summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_import_stream-3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_import_stream-3.phpt')
-rw-r--r--ext/sockets/tests/socket_import_stream-3.phpt6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_import_stream-3.phpt b/ext/sockets/tests/socket_import_stream-3.phpt
index 4f8668ec87..6f340a4e6c 100644
--- a/ext/sockets/tests/socket_import_stream-3.phpt
+++ b/ext/sockets/tests/socket_import_stream-3.phpt
@@ -37,9 +37,11 @@ stream_set_blocking($stream, 0);
var_dump(fread($stream, strlen($m)));
echo "Done.\n";
--EXPECTF--
-resource(%d) of type (Socket)
+object(Socket)#%d (0) {
+}
bool(true)
-resource(%d) of type (Socket)
+object(Socket)#%d (0) {
+}
int(10)
string(10) "my message"
Done.