We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb73942 commit 2c32bdfCopy full SHA for 2c32bdf
1 file changed
Zend/zend.c
@@ -809,6 +809,7 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
809
executor_globals->user_error_handler_error_reporting = 0;
810
ZVAL_UNDEF(&executor_globals->user_error_handler);
811
ZVAL_UNDEF(&executor_globals->user_exception_handler);
812
+ ZVAL_UNDEF(&executor_globals->last_fatal_error_backtrace);
813
executor_globals->in_autoload = NULL;
814
executor_globals->current_execute_data = NULL;
815
executor_globals->current_module = NULL;
0 commit comments