mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -485,7 +485,6 @@ static void xml_call_handler(xml_parser *parser, zval *handler, zend_function *f
|
|||
fci.size = sizeof(fci);
|
||||
fci.function_table = EG(function_table);
|
||||
ZVAL_COPY_VALUE(&fci.function_name, handler);
|
||||
fci.symbol_table = NULL;
|
||||
fci.object = Z_OBJ(parser->object);
|
||||
fci.retval = retval;
|
||||
fci.param_count = argc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue