diff options
| author | George Wang <gwang@php.net> | 2014-11-03 11:43:43 -0500 |
|---|---|---|
| committer | George Wang <gwang@php.net> | 2014-11-03 11:43:43 -0500 |
| commit | 3918e544d86532ffede42f45ac278daf5c4e8e0f (patch) | |
| tree | 1c241eab14e8e949d154c62f538cac88d160e91c /ext/reflection/php_reflection.c | |
| parent | 19f3f4b155754aada4de4b03996c1dc6ad020726 (diff) | |
| parent | 69f6aee35c5da6983a1bb5bb00ecf0ab776379d9 (diff) | |
| download | php-git-3918e544d86532ffede42f45ac278daf5c4e8e0f.tar.gz | |
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
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 4294ceac81..95b780d3f0 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -6061,7 +6061,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) |
