Skip to content

Commit 81673b4

Browse files
committed
Fix GCC warning
1 parent 6e84cee commit 81673b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ ZEND_API ZEND_COLD void zend_error_zstr_at(
13931393
zval retval;
13941394
zval orig_user_error_handler;
13951395
bool in_compilation;
1396-
zend_class_entry *saved_class_entry;
1396+
zend_class_entry *saved_class_entry = NULL;
13971397
zend_stack loop_var_stack;
13981398
zend_stack delayed_oplines_stack;
13991399
int type = orig_type & E_ALL;

0 commit comments

Comments
 (0)