summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt')
-rw-r--r--ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt2
1 files changed, 1 insertions, 1 deletions
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 2aa5f7f115..9a686539da 100644
--- a/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt
+++ b/ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp-win32.phpt
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
die('SKIP The sockets extension is not loaded.');
}
if (substr(PHP_OS, 0, 3) != 'WIN') {
- die('skip only for Windows');
+ die('skip only for Windows');
}
require 'ipv6_skipif.inc';
--FILE--