We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60c6ee commit 4069a5cCopy full SHA for 4069a5c
Zend/zend_execute.h
@@ -22,15 +22,12 @@
22
#define ZEND_EXECUTE_H
23
24
#include "zend_compile.h" // for zend_op_array
25
+#include "zend_globals.h" // for struct _zend_executor_globals
26
+#include "zend_globals_macros.h" // for EG()
27
#include "zend_list.h" // for zend_rsrc_list_get_rsrc_type()
28
#include "zend_portability.h" // for BEGIN_EXTERN_C
29
#include "zend_types.h" // for zend_execute_data
30
-#if ZEND_DEBUG
-#include "zend_globals.h" // for struct _zend_executor_globals
31
-#include "zend_globals_macros.h" // for EG()
32
-#endif
33
-
34
BEGIN_EXTERN_C()
35
struct _zend_fcall_info;
36
ZEND_API extern void (*zend_execute_ex)(zend_execute_data *execute_data);
0 commit comments