From: Johannes Schlüter Date: Sat, 4 Oct 2014 18:06:02 +0000 (+0200) Subject: Fix accidental edit in previous commit X-Git-Tag: php-5.5.19RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b386991471bc0f2af793a44c1509464cbcd73f6f;p=php Fix accidental edit in previous commit --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 5040de5e19..95b780d3f0 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -5670,7 +5670,7 @@ static const zend_function_entry reflection_exception_functions[] = { PHP_FE_END }; -ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0) +ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0) ZEND_END_ARG_INFO()