Skip to content

Commit 61d2999

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents 0e5f475 + 136dd53 commit 61d2999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/reflection/php_reflection.c

Lines changed: 2 additions & 2 deletions
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_INFO(arginfo_reflection__void, 0)
5708+
ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
57095709
ZEND_END_ARG_INFO()
57105710

57115711

@@ -6098,7 +6098,7 @@ ZEND_END_ARG_INFO()
60986098
static const zend_function_entry reflection_zend_extension_functions[] = {
60996099
ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
61006100
ZEND_ME(reflection_zend_extension, export, arginfo_reflection_extension_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
6101-
ZEND_ME(reflection_zend_extension, __construct, arginfo_reflection_extension___construct, 0)
6101+
ZEND_ME(reflection_zend_extension, __construct, arginfo_reflection_zend_extension___construct, 0)
61026102
ZEND_ME(reflection_zend_extension, __toString, arginfo_reflection__void, 0)
61036103
ZEND_ME(reflection_zend_extension, getName, arginfo_reflection__void, 0)
61046104
ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)

0 commit comments

Comments
 (0)