php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_reflection.h
Go to the documentation of this file.
1/*
2 +----------------------------------------------------------------------+
3 | Copyright (c) The PHP Group |
4 +----------------------------------------------------------------------+
5 | This source file is subject to version 3.01 of the PHP license, |
6 | that is bundled with this package in the file LICENSE, and is |
7 | available through the world-wide-web at the following url: |
8 | https://www.php.net/license/3_01.txt |
9 | If you did not receive a copy of the PHP license and are unable to |
10 | obtain it through the world-wide-web, please send a note to |
11 | license@php.net so we can mail you a copy immediately. |
12 +----------------------------------------------------------------------+
13 | Authors: George Schlossnagle <george@omniti.com> |
14 +----------------------------------------------------------------------+
15*/
16
17#ifndef PHP_REFLECTION_H
18#define PHP_REFLECTION_H
19
20#include "php.h"
21
23#define phpext_reflection_ptr &reflection_module_entry
24
25#define PHP_REFLECTION_VERSION PHP_VERSION
26
28
29/* Class entry pointers */
51
53
55
56#endif /* PHP_REFLECTION_H */
#define PHPAPI
Definition php.h:71
PHPAPI zend_class_entry * reflection_zend_extension_ptr
PHPAPI zend_class_entry * reflection_extension_ptr
PHPAPI zend_class_entry * reflection_function_ptr
PHPAPI zend_class_entry * reflection_attribute_ptr
PHPAPI zend_class_entry * reflector_ptr
PHPAPI zend_class_entry * reflection_property_ptr
PHPAPI zend_class_entry * reflection_parameter_ptr
PHPAPI zend_class_entry * reflection_fiber_ptr
PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object)
PHPAPI zend_class_entry * reflection_reference_ptr
PHPAPI zend_class_entry * reflection_enum_ptr
PHPAPI zend_class_entry * reflection_enum_unit_case_ptr
PHPAPI zend_class_entry * reflection_type_ptr
zend_module_entry reflection_module_entry
PHPAPI zend_class_entry * reflection_method_ptr
PHPAPI zend_class_entry * reflection_object_ptr
PHPAPI zend_class_entry * reflection_ptr
PHPAPI zend_class_entry * reflection_named_type_ptr
PHPAPI zend_class_entry * reflection_enum_backed_case_ptr
PHPAPI zend_class_entry * reflection_class_ptr
PHPAPI zend_class_entry * reflection_function_abstract_ptr
PHPAPI zend_class_entry * reflection_exception_ptr
PHPAPI zend_class_entry * reflection_lazy_object_ptr
struct _zval_struct zval
struct _zend_module_entry zend_module_entry
#define END_EXTERN_C()
#define BEGIN_EXTERN_C()
struct _zend_class_entry zend_class_entry