]> granicus.if.org Git - php/commitdiff
C++ comment
authorIlia Alshanetsky <iliaa@php.net>
Sat, 30 Dec 2006 02:28:15 +0000 (02:28 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 30 Dec 2006 02:28:15 +0000 (02:28 +0000)
ext/xsl/xsltprocessor.c

index 3ffc5ed81830dc9e9d1272a75de06147de8f22ea..954c842cf7488f4a97951ef2a08970e0c2f184bc 100644 (file)
@@ -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);