diff options
author | Marcus Boerger <helly@php.net> | 2004-09-28 19:06:15 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-28 19:06:15 +0000 |
commit | b907755e3c43d2a6fbf0992ace6e910cbee57012 (patch) | |
tree | 37b006df0ff260178d493fd86e10517818c2acf6 /ext/reflection/php_reflection.h | |
parent | 81c8d3132b2d8d7ff2da85ace03ace61da0372d5 (diff) | |
download | php-git-b907755e3c43d2a6fbf0992ace6e910cbee57012.tar.gz |
- publish reflection_class_factory() as zend_reflection_class_factory()
Diffstat (limited to 'ext/reflection/php_reflection.h')
-rw-r--r-- | ext/reflection/php_reflection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/reflection/php_reflection.h b/ext/reflection/php_reflection.h index 7e9ffc28dd..ddaedd9710 100644 --- a/ext/reflection/php_reflection.h +++ b/ext/reflection/php_reflection.h @@ -24,6 +24,7 @@ BEGIN_EXTERN_C() ZEND_API void zend_register_reflection_api(TSRMLS_D); +ZEND_API void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC); END_EXTERN_C() |