summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2015-06-07 17:07:52 +0200
committerAnatol Belski <ab@php.net>2015-06-08 08:13:30 +0200
commit9c8696e645ff15387dd3af53d33f5deb9ac927b5 (patch)
treeb8b7bb63d05a3d11aef68347f39df650447b2ac1 /ext/sockets
parent349cf3229c41dbc4136f33a43cd1af8f45330bf6 (diff)
downloadphp-git-9c8696e645ff15387dd3af53d33f5deb9ac927b5.tar.gz
fixed language dependent Windows socket tests
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/tests/socket_import_stream-4-win.phpt4
-rw-r--r--ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt2
2 files changed, 3 insertions, 3 deletions
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