Commit:    89e547ce7f3dd96fe81bbe78a4ced5dbd53c9f58
Author:    Anatoliy Belsky <a...@php.net>         Mon, 3 Dec 2012 10:41:17 +0100
Parents:   627eb9e3d99c75a4d0309c1321e91a3a7ec4571c
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
Fix test with a slightly different warning in TS

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 e2fc523..bc9a75c 100644
--- a/ext/sockets/tests/socket_import_stream-4-win.phpt
+++ b/ext/sockets/tests/socket_import_stream-4-win.phpt
@@ -83,7 +83,7 @@ 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 [%d]: An operation 
was attempted on something that is not a socket.
+Warning: socket_set_block(): unable to set blocking mode [%d]: %s
  in %ssocket_import_stream-4-win.php on line %d
 
 socket_get_option


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

Reply via email to