diff options
| author | George Wang <gwang@php.net> | 2014-11-03 11:44:13 -0500 |
|---|---|---|
| committer | George Wang <gwang@php.net> | 2014-11-03 11:44:13 -0500 |
| commit | bba11e32557c59e5d73a67c3f8770ecd2dcd9926 (patch) | |
| tree | 9791f6cee83a5497e82216b82c413a1794a53a31 /ext/reflection/php_reflection.c | |
| parent | 4435161456740f8709fe0d5592bc195bb5be04ba (diff) | |
| parent | e12d69df0c013bf94b18136fe877f9af2ba15c02 (diff) | |
| download | php-git-bba11e32557c59e5d73a67c3f8770ecd2dcd9926.tar.gz | |
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Diffstat (limited to 'ext/reflection/php_reflection.c')
| -rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index bdcea373a5..b2a3005868 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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) |
