From: Christoph M. Becker Date: Sun, 7 Jun 2015 15:07:52 +0000 (+0200) Subject: fixed language dependent Windows socket tests X-Git-Tag: php-7.0.0alpha1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8696e645ff15387dd3af53d33f5deb9ac927b5;p=php fixed language dependent Windows socket tests --- diff --git a/ext/sockets/tests/socket_import_stream-4-win.phpt b/ext/sockets/tests/socket_import_stream-4-win.phpt index 0effd04d34..1c9a7789c6 100644 --- a/ext/sockets/tests/socket_import_stream-4-win.phpt +++ b/ext/sockets/tests/socket_import_stream-4-win.phpt @@ -80,11 +80,11 @@ stream_set_blocking 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. +Warning: socket_set_block(): unable to set blocking mode [10038]: %s in %ssocket_import_stream-4-win.php on line %d socket_get_option -Warning: socket_get_option(): unable to retrieve socket option [%d]: An operation was attempted on something that is not a socket. +Warning: socket_get_option(): unable to retrieve socket option [10038]: %s in %ssocket_import_stream-4-win.php on line %d diff --git a/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt b/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt index ec965094bc..8754028f84 100644 --- a/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt +++ b/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt @@ -48,7 +48,7 @@ require 'ipv6_skipif.inc'; socket_close($socket); --EXPECTF-- -Warning: socket_recvfrom(): unable to recvfrom [10022]: An invalid argument was supplied. +Warning: socket_recvfrom(): unable to recvfrom [10022]: %s in %s on line %d Warning: Wrong parameter count for socket_sendto() in %s on line %d