summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_create_listen.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_create_listen.phpt')
-rw-r--r--ext/sockets/tests/socket_create_listen.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_create_listen.phpt b/ext/sockets/tests/socket_create_listen.phpt
index 180b91368c..131526bb0d 100644
--- a/ext/sockets/tests/socket_create_listen.phpt
+++ b/ext/sockets/tests/socket_create_listen.phpt
@@ -3,7 +3,7 @@ Test if socket binds on 31338
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. Not valid for Windows');
+ die('skip.. Not valid for Windows');
}
if (!extension_loaded('sockets')) {
die('SKIP The sockets extension is not loaded.');