summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_export_stream-5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_export_stream-5.phpt')
-rw-r--r--ext/sockets/tests/socket_export_stream-5.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_export_stream-5.phpt b/ext/sockets/tests/socket_export_stream-5.phpt
index 3ce2c2579c..d5499222e2 100644
--- a/ext/sockets/tests/socket_export_stream-5.phpt
+++ b/ext/sockets/tests/socket_export_stream-5.phpt
@@ -3,10 +3,10 @@ socket_export_stream: effects of leaked handles
--SKIPIF--
<?php
if (!extension_loaded('sockets')) {
- die('SKIP sockets extension not available.');
+ die('SKIP sockets extension not available.');
}
if (!function_exists('zend_leak_variable'))
- die('SKIP only for debug builds');
+ die('SKIP only for debug builds');
?>
--INI--
report_memleaks=0