mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
Merge branch 'PHP-5.5' into PHP-5.6
This commit is contained in:
commit
61d29990b4
@ -5705,7 +5705,7 @@ static const zend_function_entry reflection_exception_functions[] = {
|
||||
PHP_FE_END
|
||||
};
|
||||
|
||||
ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
|
||||
ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
|
||||
@ -6098,7 +6098,7 @@ ZEND_END_ARG_INFO()
|
||||
static const zend_function_entry reflection_zend_extension_functions[] = {
|
||||
ZEND_ME(reflection, __clone, arginfo_reflection__void, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
|
||||
ZEND_ME(reflection_zend_extension, export, arginfo_reflection_extension_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
|
||||
ZEND_ME(reflection_zend_extension, __construct, arginfo_reflection_extension___construct, 0)
|
||||
ZEND_ME(reflection_zend_extension, __construct, arginfo_reflection_zend_extension___construct, 0)
|
||||
ZEND_ME(reflection_zend_extension, __toString, arginfo_reflection__void, 0)
|
||||
ZEND_ME(reflection_zend_extension, getName, arginfo_reflection__void, 0)
|
||||
ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user