summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
authoratvoicu <avoicu@google.com>2018-03-21 14:45:14 -0700
committerNikita Popov <nikita.ppv@gmail.com>2018-03-23 18:56:36 +0100
commit17ed2f21cfcf25f3c992b359c672171159d3516c (patch)
tree6862627f02c1c102492d05d896c45e61bd5afbcd /ext/sockets
parent7b8861204ef9647965c8f936a9947d467d1416a4 (diff)
downloadphp-git-17ed2f21cfcf25f3c992b359c672171159d3516c.tar.gz
Add missing skip prefix for some SKIPIF messages
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/tests/bug63000.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/bug63000.phpt b/ext/sockets/tests/bug63000.phpt
index c806ba4c08..fb0f6b2d3a 100644
--- a/ext/sockets/tests/bug63000.phpt
+++ b/ext/sockets/tests/bug63000.phpt
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
die('skip sockets extension not available.');
}
if (PHP_OS !== 'Darwin') {
- die('is not OSX.');
+ die('skip Is not OSX.');
}
--FILE--
<?php