summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_create_pair-wrongparams.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_create_pair-wrongparams.phpt')
-rw-r--r--ext/sockets/tests/socket_create_pair-wrongparams.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_create_pair-wrongparams.phpt b/ext/sockets/tests/socket_create_pair-wrongparams.phpt
index 7adbc91d8a..8dc56d1e36 100644
--- a/ext/sockets/tests/socket_create_pair-wrongparams.phpt
+++ b/ext/sockets/tests/socket_create_pair-wrongparams.phpt
@@ -3,7 +3,7 @@ Test parameter handling in socket_create_pair()
--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.');