summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-03 12:12:45 +0000
committerJani Taskinen <jani@php.net>2008-08-03 12:12:45 +0000
commitc9c53d7bcd6291400808e48c4b9690a0414034df (patch)
tree2f9340c5983748d92bb59eafa3f4184293503db9 /ext/dom/xpath.c
parent82d833a94c2c756fb2d8fee5942c584f2f1293fe (diff)
downloadphp-git-c9c53d7bcd6291400808e48c4b9690a0414034df.tar.gz
- Nuketh C++ comments from C files.
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r--ext/dom/xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c
index 231b5516fc..04d3762cd8 100644
--- a/ext/dom/xpath.c
+++ b/ext/dom/xpath.c
@@ -211,7 +211,7 @@ static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs,
} 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 a result...
+ /* Push an empty string, so that we at least have a result... */
valuePush(ctxt, xmlXPathNewString((xmlChar *)""));
} else {
result = zend_call_function(&fci, NULL TSRMLS_CC);