Skip to content

Commit

Permalink
fix expected warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 31, 2014
1 parent b89d7ae commit a3f82ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/sockets/tests/socket_import_stream-4-win.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stream_set_blocking 1

close stream
stream_set_blocking
Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d

socket_set_block
Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on something that is not a socket.
Expand All @@ -91,13 +91,13 @@ Warning: socket_get_option(): unable to retrieve socket option [%d]: An operatio

close socket
stream_set_blocking
Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d

socket_set_block
Warning: socket_set_block(): %d is not a valid Socket resource in %s on line %d
Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d

socket_get_option
Warning: socket_get_option(): %d is not a valid Socket resource in %s on line %d
Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d


Done.

0 comments on commit a3f82ae

Please sign in to comment.