mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove no_separation flag
This commit is contained in:
parent
e93aca7167
commit
302933daea
27 changed files with 10 additions and 50 deletions
|
@ -464,7 +464,6 @@ static void xml_call_handler(xml_parser *parser, zval *handler, zend_function *f
|
|||
fci.retval = retval;
|
||||
fci.param_count = argc;
|
||||
fci.params = argv;
|
||||
fci.no_separation = 1;
|
||||
|
||||
result = zend_call_function(&fci, NULL);
|
||||
if (result == FAILURE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue