From: Anatol Belski Date: Fri, 29 Aug 2014 22:33:33 +0000 (+0200) Subject: fix expected warning in test X-Git-Tag: PRE_PHP7_REMOVALS~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3f82ae0eedde80ced142248e26e5a8a11f843ec;p=php fix expected warning in test --- diff --git a/ext/sockets/tests/socket_import_stream-4-win.phpt b/ext/sockets/tests/socket_import_stream-4-win.phpt index b36764f617..0effd04d34 100644 --- a/ext/sockets/tests/socket_import_stream-4-win.phpt +++ b/ext/sockets/tests/socket_import_stream-4-win.phpt @@ -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.