mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
fix expected warning in test
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user