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 bc4807c commit 37e2e13Copy full SHA for 37e2e13
Zend/zend_exceptions.h
@@ -78,7 +78,8 @@ ZEND_API ZEND_COLD void zend_throw_graceful_exit(void);
78
ZEND_API bool zend_is_unwind_exit(const zend_object *ex);
79
ZEND_API bool zend_is_graceful_exit(const zend_object *ex);
80
81
-#include "zend_globals.h"
+#include "zend_compile.h" /* For EX() */
82
+#include "zend_globals_macros.h" /* For EG() */
83
84
static zend_always_inline void zend_rethrow_exception(zend_execute_data *execute_data)
85
{
0 commit comments