Skip to content

Commit a6c9737

Browse files
committed
- Fixed SKIPIF section missing a semicolon.
1 parent e77bd31 commit a6c9737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/socket_import_stream-5.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
66
die('SKIP sockets extension not available.');
77
}
88
if (!function_exists('leak_variable'))
9-
die('SKIP only for debug builds')
9+
die('SKIP only for debug builds');
1010
--FILE--
1111
<?php
1212

0 commit comments

Comments
 (0)