mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
added support for Reflection_Function, the first part of
the reflection api
This commit is contained in:
parent
f6d84a10ea
commit
aa96d17022
9 changed files with 794 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "zend.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_reflection_api.h"
|
||||
|
||||
zend_class_entry *default_exception_ptr;
|
||||
|
||||
|
@ -129,6 +130,7 @@ ZEND_API zend_class_entry *zend_exception_get_default(void)
|
|||
ZEND_API void zend_register_default_classes(TSRMLS_D)
|
||||
{
|
||||
zend_register_default_exception(TSRMLS_C);
|
||||
zend_register_reflection_api(TSRMLS_C);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue