mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
C++ comment
This commit is contained in:
parent
78d8808f42
commit
7f376183f8
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
|
|||
|
||||
} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'.", callable);
|
||||
// Push an empty string, so that we at least have an xslt result...
|
||||
/* Push an empty string, so that we at least have an xslt result... */
|
||||
valuePush(ctxt, xmlXPathNewString(""));
|
||||
} else {
|
||||
result = zend_call_function(&fci, NULL TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue