summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-10-04 20:06:02 +0200
committerJohannes Schlüter <johannes@php.net>2014-10-04 20:06:02 +0200
commitb386991471bc0f2af793a44c1509464cbcd73f6f (patch)
tree12691c5f3ddbfafcde3ad5e030c1a07ee3b517c5 /ext/reflection/php_reflection.c
parent136dd53ac29fabce18127b8ecb95b606f141d42d (diff)
downloadphp-git-b386991471bc0f2af793a44c1509464cbcd73f6f.tar.gz
Fix accidental edit in previous commit
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
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()