Commit:    97b8798520533f062a5c5c422d79cd84526312ce
Author:    Anatoliy Belsky <a...@php.net>         Mon, 9 Jul 2012 18:21:51 +0200
Parents:   66e1ac23c1601abb66fa78bff87453e5e37a9377
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=97b8798520533f062a5c5c422d79cd84526312ce

Log:
Fixed test bug #62312 (warnings changed one more time)

Bugs:
https://bugs.php.net/62312

Changed paths:
  M  ext/sockets/tests/socket_import_stream-4-win.phpt


Diff:
diff --git a/ext/sockets/tests/socket_import_stream-4-win.phpt 
b/ext/sockets/tests/socket_import_stream-4-win.phpt
index 68b6582..e2fc523 100644
--- a/ext/sockets/tests/socket_import_stream-4-win.phpt
+++ b/ext/sockets/tests/socket_import_stream-4-win.phpt
@@ -83,11 +83,11 @@ socket_set_block
 Warning: socket_set_block(): An operation was attempted on something that is 
not a socket.
  in %ssocket_import_stream-4-win.php on line %d
 
-Warning: socket_set_block(): unable to set blocking mode [0]: The operation 
completed successfully.
+Warning: socket_set_block(): unable to set blocking mode [%d]: An operation 
was attempted on something that is not a socket.
  in %ssocket_import_stream-4-win.php on line %d
 
 socket_get_option 
-Warning: socket_get_option(): unable to retrieve socket option [0]: An 
operation was attempted on something that is not a socket.
+Warning: socket_get_option(): unable to retrieve socket option [%d]: An 
operation was attempted on something that is not a socket.
  in %ssocket_import_stream-4-win.php on line %d


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to