From a6c97377498884d4f12eb73b35999dae23f1a548 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sat, 30 Apr 2011 15:54:44 +0000 Subject: [PATCH] - Fixed SKIPIF section missing a semicolon. --- ext/sockets/tests/socket_import_stream-5.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sockets/tests/socket_import_stream-5.phpt b/ext/sockets/tests/socket_import_stream-5.phpt index 262951296d..d48531e410 100644 --- a/ext/sockets/tests/socket_import_stream-5.phpt +++ b/ext/sockets/tests/socket_import_stream-5.phpt @@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) { die('SKIP sockets extension not available.'); } if (!function_exists('leak_variable')) - die('SKIP only for debug builds') + die('SKIP only for debug builds'); --FILE--