diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-03-30 21:04:28 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-03-30 21:04:28 +0000 |
| commit | 6ba38a6e09293e3ec528d6d5bf807cf5a45761a6 (patch) | |
| tree | 8850411bc6468bc5464eda3193d5e011170b7934 /ext/reflection/php_reflection.c | |
| parent | a6c9e432d457f24118965435aac727dbce4316f3 (diff) | |
| download | php-git-6ba38a6e09293e3ec528d6d5bf807cf5a45761a6.tar.gz | |
Fix folding
Diffstat (limited to 'ext/reflection/php_reflection.c')
| -rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 44628f271b..1315b06975 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -5044,7 +5044,7 @@ ZEND_METHOD(reflection_extension, isTemporary) RETURN_BOOL(module->type == MODULE_TEMPORARY); } - +/* }}} */ /* {{{ method tables */ static const zend_function_entry reflection_exception_functions[] = { |
