Skip to content

Commit 79ca53b

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents 61d2999 + b386991 commit 79ca53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/php_reflection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5705,7 +5705,7 @@ static const zend_function_entry reflection_exception_functions[] = {
57055705
PHP_FE_END
57065706
};
57075707

5708-
ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
5708+
ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
57095709
ZEND_END_ARG_INFO()
57105710

57115711

0 commit comments

Comments
 (0)