summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/mcast_ipv4_send.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/mcast_ipv4_send.phpt')
-rw-r--r--ext/sockets/tests/mcast_ipv4_send.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/mcast_ipv4_send.phpt b/ext/sockets/tests/mcast_ipv4_send.phpt
index e1e88aca41..027c07f1b8 100644
--- a/ext/sockets/tests/mcast_ipv4_send.phpt
+++ b/ext/sockets/tests/mcast_ipv4_send.phpt
@@ -7,7 +7,7 @@ if (!extension_loaded('sockets')) {
}
$s = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP) or die("err");
if (socket_set_option($s, IPPROTO_IP, IP_MULTICAST_IF, 1) === false) {
- die("skip interface 1 either doesn't exist or has no ipv4 address");
+ die("skip interface 1 either doesn't exist or has no ipv4 address");
}
--FILE--
<?php