From 1018f462d8bb0a12b238d9d11c141038beaf2a6c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 30 Mar 2015 18:53:38 +0300 Subject: Patch improvement: Removed the corresponding core code. Fixed ext/com_dotnet and ext/date. Refactored ext/intl changes. Improved ext/fileinfo and ext/pdo changes. Fixed tests. --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index e7aed4da8e..4dc0ed6868 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -1612,7 +1612,7 @@ ZEND_METHOD(reflection_function, __construct) } efree(lcname); } else { - //Exception has been thrown. + /* Exception has been thrown. */ return; } } -- cgit v1.2.1