File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 16
16
+----------------------------------------------------------------------+
17
17
*/
18
18
19
- #include "zend .h"
20
- #include "zend_API .h"
21
- #include "zend_compile .h"
19
+ #include "zend_enum .h"
20
+ #include "zend_arena .h" // ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX2
21
+ #include "zend_API .h" // for INIT_CLASS_ENTRY_EX()
22
22
#include "zend_enum_arginfo.h"
23
23
#include "zend_interfaces.h"
24
- #include "zend_enum .h"
25
- #include "zend_extensions .h"
24
+ #include "zend_extensions .h" // for zend_internal_run_time_cache_reserved_size()
25
+ #include "zend_objects .h" // for zend_objects_new()
26
26
#include "zend_observer.h"
27
27
28
28
#define ZEND_ENUM_DISALLOW_MAGIC_METHOD (propertyName , methodName ) \
Original file line number Diff line number Diff line change 19
19
#ifndef ZEND_ENUM_H
20
20
#define ZEND_ENUM_H
21
21
22
- #include "zend.h"
23
- #include "zend_types.h"
22
+ #include "zend_compile.h" // for OBJ_PROP_NUM
23
+ #include "zend_portability.h" // for BEGIN_EXTERN_C
24
+
25
+ typedef struct _zend_class_entry zend_class_entry ;
26
+ typedef struct _zend_function_entry zend_function_entry ;
24
27
25
28
BEGIN_EXTERN_C ()
26
29
You can’t perform that action at this time.
0 commit comments