We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0669c commit 509f26cCopy full SHA for 509f26c
ext/reflection/php_reflection.c
@@ -69,23 +69,6 @@ PHPAPI zend_class_entry *reflection_class_constant_ptr;
69
PHPAPI zend_class_entry *reflection_extension_ptr;
70
PHPAPI zend_class_entry *reflection_zend_extension_ptr;
71
72
-#if MBO_0
73
-ZEND_BEGIN_MODULE_GLOBALS(reflection)
74
- int dummy;
75
-ZEND_END_MODULE_GLOBALS(reflection)
76
-
77
-#ifdef ZTS
78
-# define REFLECTION_G(v) \
79
- ZEND_TSRMG(reflection_globals_id, zend_reflection_globals*, v)
80
-extern int reflection_globals_id;
81
-#else
82
-# define REFLECTION_G(v) (reflection_globals.v)
83
-extern zend_reflection_globals reflectionglobals;
84
-#endif
85
86
-ZEND_DECLARE_MODULE_GLOBALS(reflection)
87
-#endif /* MBO_0 */
88
89
/* Method macros */
90
91
#define METHOD_NOTSTATIC(ce) \
0 commit comments