/* }}} */
/* {{{ 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);
#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);