mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed uninitialized symbol_table
This commit is contained in:
parent
b36aaea6ed
commit
e5fed097cc
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ static zend_always_inline zend_execute_data *zend_vm_stack_push_call_frame(zend_
|
|||
call->called_scope = called_scope;
|
||||
call->object = object;
|
||||
call->prev_nested_call = prev;
|
||||
call->symbol_table = NULL;
|
||||
return call;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue