summaryrefslogtreecommitdiff
path: root/ext/qtdom
diff options
context:
space:
mode:
authorJan Borsodi <amos@php.net>2001-01-04 12:26:22 +0000
committerJan Borsodi <amos@php.net>2001-01-04 12:26:22 +0000
commitc178c3b5e4e7edc7ae9113c3419c10e8a0477e1c (patch)
tree959b69e4798539b94db5eb2a9c523c3c9c6b8e10 /ext/qtdom
parentabcdb47fc28238ba9627fc614df53979af5741c0 (diff)
downloadphp-git-c178c3b5e4e7edc7ae9113c3419c10e8a0477e1c.tar.gz
New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured.
Diffstat (limited to 'ext/qtdom')
-rw-r--r--ext/qtdom/qtdom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/qtdom/qtdom.h b/ext/qtdom/qtdom.h
index 32fc2c9b06..259f011957 100644
--- a/ext/qtdom/qtdom.h
+++ b/ext/qtdom/qtdom.h
@@ -44,6 +44,7 @@ PHP_RSHUTDOWN_FUNCTION(qtdom);
PHP_MINFO_FUNCTION(qtdom);
PHP_FUNCTION(qdom_tree);
+PHP_FUNCTION(qdom_error);
/*
Declare any global variables you may need between the BEGIN