Skip to content

Commit 97b8798

Browse files
committed
Fixed test bug #62312 (warnings changed one more time)
1 parent 66e1ac2 commit 97b8798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/sockets/tests/socket_import_stream-4-win.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ socket_set_block
8383
Warning: socket_set_block(): An operation was attempted on something that is not a socket.
8484
in %ssocket_import_stream-4-win.php on line %d
8585

86-
Warning: socket_set_block(): unable to set blocking mode [0]: The operation completed successfully.
86+
Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on something that is not a socket.
8787
in %ssocket_import_stream-4-win.php on line %d
8888

8989
socket_get_option
90-
Warning: socket_get_option(): unable to retrieve socket option [0]: An operation was attempted on something that is not a socket.
90+
Warning: socket_get_option(): unable to retrieve socket option [%d]: An operation was attempted on something that is not a socket.
9191
in %ssocket_import_stream-4-win.php on line %d
9292

9393

0 commit comments

Comments
 (0)