From: Gustavo André dos Santos Lopes Date: Sat, 30 Apr 2011 15:54:44 +0000 (+0000) Subject: - Fixed SKIPIF section missing a semicolon. X-Git-Tag: php-5.4.0alpha1~191^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6c97377498884d4f12eb73b35999dae23f1a548;p=php - Fixed SKIPIF section missing a semicolon. --- 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--