diff options
author | Anatol Belski <ab@php.net> | 2014-08-30 00:33:33 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-31 14:02:31 +0200 |
commit | a3f82ae0eedde80ced142248e26e5a8a11f843ec (patch) | |
tree | b6429327c2a194bd6a9ce5571609506c963a4f20 /ext/sockets/tests | |
parent | b89d7ae5bae3ce2db6d5177e65a31e56bd5924ad (diff) | |
download | php-git-a3f82ae0eedde80ced142248e26e5a8a11f843ec.tar.gz |
fix expected warning in test
Diffstat (limited to 'ext/sockets/tests')
-rw-r--r-- | ext/sockets/tests/socket_import_stream-4-win.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
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. |