mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Removed zend_fcall_info.symbol_table
This commit is contained in:
parent
960b3755b3
commit
c67c166f93
21 changed files with 6 additions and 40 deletions
|
@ -676,7 +676,6 @@ ZEND_METHOD(exception, __toString)
|
|||
fci.size = sizeof(fci);
|
||||
fci.function_table = &Z_OBJCE_P(exception)->function_table;
|
||||
ZVAL_COPY_VALUE(&fci.function_name, &fname);
|
||||
fci.symbol_table = NULL;
|
||||
fci.object = Z_OBJ_P(exception);
|
||||
fci.retval = &trace;
|
||||
fci.param_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue