johannes Tue, 30 Mar 2010 21:04:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297204
Log:
Fix folding
Changed paths:
U php/php-src/trunk/ext/reflection/php_reflection.c
Modified: php/php-src/trunk/ext/reflection/php_reflection.c
===================================================================
--- php/php-src/trunk/ext/reflection/php_reflection.c 2010-03-30 21:02:32 UTC
(rev 297203)
+++ php/php-src/trunk/ext/reflection/php_reflection.c 2010-03-30 21:04:28 UTC
(rev 297204)
@@ -5044,8 +5044,8 @@
RETURN_BOOL(module->type == MODULE_TEMPORARY);
}
+/* }}} */
-
/* {{{ method tables */
static const zend_function_entry reflection_exception_functions[] = {
{NULL, NULL, NULL}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php