summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_set_option_bindtodevice.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_set_option_bindtodevice.phpt')
-rw-r--r--ext/sockets/tests/socket_set_option_bindtodevice.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_set_option_bindtodevice.phpt b/ext/sockets/tests/socket_set_option_bindtodevice.phpt
index acce4d832c..9bd608384f 100644
--- a/ext/sockets/tests/socket_set_option_bindtodevice.phpt
+++ b/ext/sockets/tests/socket_set_option_bindtodevice.phpt
@@ -9,10 +9,10 @@ if (!extension_loaded('sockets')) {
die('SKIP sockets extension not available.');
}
if (!defined("SO_BINDTODEVICE")) {
- die('SKIP SO_BINDTODEVICE not supported on this platform.');
+ die('SKIP SO_BINDTODEVICE not supported on this platform.');
}
if (!function_exists("posix_getuid") || posix_getuid() != 0) {
- die('SKIP SO_BINDTODEVICE requires root permissions.');
+ die('SKIP SO_BINDTODEVICE requires root permissions.');
}
?>
--FILE--