]> granicus.if.org Git - php/commitdiff
fix expected warning in test
authorAnatol Belski <ab@php.net>
Fri, 29 Aug 2014 22:33:33 +0000 (00:33 +0200)
committerAnatol Belski <ab@php.net>
Sun, 31 Aug 2014 12:02:31 +0000 (14:02 +0200)
ext/sockets/tests/socket_import_stream-4-win.phpt

index b36764f617748a2b33a1cf1f63d88c5158b46f72..0effd04d3420316f002b40dd2a07a4562aa077dc 100644 (file)
@@ -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.