diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index b8d3390ba2..d17c7a045b 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -65,6 +65,7 @@ PHP_FUNCTION(xpath_eval); PHP_FUNCTION(xpath_eval_expression); #if defined(LIBXML_XPTR_ENABLED) PHP_FUNCTION(xptr_new_context); +PHP_FUNCTION(xptr_eval); #endif PHP_FUNCTION(domxml_test); |