]> granicus.if.org Git - php/commitdiff
proto fixes
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:10:05 +0000 (14:10 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:10:05 +0000 (14:10 +0000)
ext/domxml/php_domxml.c

index 405f04fd1dd8e83ae310fe18f47a56cfe72e551b..a6a3c1f81bcc7b0047eaa212e48eeb84d5360439 100644 (file)
@@ -2850,7 +2850,7 @@ PHP_FUNCTION(xpath_eval)
 /* }}} */
 
 /* {{{ proto int xpath_eval_expression([int xpathctx_handle,] string str)
-   Evaluates the XPath Location Path in the given string */
+   Evaluates the XPath expression in the given string */
 PHP_FUNCTION(xpath_eval_expression)
 {
        php_xpathptr_eval(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_XPATH, 1);
@@ -2869,7 +2869,7 @@ PHP_FUNCTION(xptr_eval)
 #endif /* LIBXML_XPTR_ENABLED */
 
 /* {{{ proto string domxml_version(void)
-   Dumps document into string */
+   Get XML library version */
 PHP_FUNCTION(domxml_version)
 {
        RETURN_STRING(LIBXML_DOTTED_VERSION, 1);