summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_abstract_path_sendmsg.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_abstract_path_sendmsg.phpt')
-rw-r--r--ext/sockets/tests/socket_abstract_path_sendmsg.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_abstract_path_sendmsg.phpt b/ext/sockets/tests/socket_abstract_path_sendmsg.phpt
index ca9ab3f534..796b406e26 100644
--- a/ext/sockets/tests/socket_abstract_path_sendmsg.phpt
+++ b/ext/sockets/tests/socket_abstract_path_sendmsg.phpt
@@ -3,10 +3,10 @@ Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
--SKIPIF--
<?php
if (!extension_loaded('sockets'))
- die('skip sockets extension not available.');
+ die('skip sockets extension not available.');
if (PHP_OS != 'Linux') {
- die('skip For Linux only');
+ die('skip For Linux only');
}
?>
--FILE--