diff options
| author | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
| commit | c9c53d7bcd6291400808e48c4b9690a0414034df (patch) | |
| tree | 2f9340c5983748d92bb59eafa3f4184293503db9 /ext/xsl/xsltprocessor.c | |
| parent | 82d833a94c2c756fb2d8fee5942c584f2f1293fe (diff) | |
| download | php-git-c9c53d7bcd6291400808e48c4b9690a0414034df.tar.gz | |
- Nuketh C++ comments from C files.
Diffstat (limited to 'ext/xsl/xsltprocessor.c')
| -rw-r--r-- | ext/xsl/xsltprocessor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index e4f8983f3e..80942970a5 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -326,7 +326,7 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t } else if ( intern->registerPhpFunctions == 2 && zend_u_hash_exists(intern->registered_phpfunctions, Z_TYPE(callable), Z_UNIVAL(callable), Z_UNILEN(callable) + 1) == 0) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%R()'", Z_TYPE(callable), Z_UNIVAL(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); |
