summaryrefslogtreecommitdiff
path: root/ext/dom/dom_fe.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-10-03 09:55:29 +0000
committerRob Richards <rrichards@php.net>2004-10-03 09:55:29 +0000
commit5f630e193502bf948fd83ef1d42fcaeba88b0bca (patch)
treecf753c05f7f4b599feb9850b66a9849b556835f6 /ext/dom/dom_fe.h
parentd4c7c87afbe7027879c1edb8867ffbfa058565ec (diff)
downloadphp-git-5f630e193502bf948fd83ef1d42fcaeba88b0bca.tar.gz
add evaluate() method to support all xpath expressions
Diffstat (limited to 'ext/dom/dom_fe.h')
-rw-r--r--ext/dom/dom_fe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/dom_fe.h b/ext/dom/dom_fe.h
index 913c5dded7..5502b11c65 100644
--- a/ext/dom/dom_fe.h
+++ b/ext/dom/dom_fe.h
@@ -259,6 +259,7 @@ PHP_FUNCTION(dom_string_extend_find_offset32);
PHP_METHOD(domxpath, __construct);
PHP_FUNCTION(dom_xpath_register_ns);
PHP_FUNCTION(dom_xpath_query);
+PHP_FUNCTION(dom_xpath_evaluate);
#endif
#endif /* DOM_FE_H */