Remove no_separation flag

This commit is contained in:
Nikita Popov 2020-07-07 09:30:24 +02:00
parent e93aca7167
commit 302933daea
27 changed files with 10 additions and 50 deletions

View file

@ -245,7 +245,6 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
ZVAL_COPY_VALUE(&fci.function_name, &handler);
fci.object = NULL;
fci.retval = &retval;
fci.no_separation = 1;
if (!zend_make_callable(&handler, &callable)) {
if (!EG(exception)) {
php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable));