diff options
author | Jan Borsodi <amos@php.net> | 2001-01-04 12:26:22 +0000 |
---|---|---|
committer | Jan Borsodi <amos@php.net> | 2001-01-04 12:26:22 +0000 |
commit | c178c3b5e4e7edc7ae9113c3419c10e8a0477e1c (patch) | |
tree | 959b69e4798539b94db5eb2a9c523c3c9c6b8e10 /ext/qtdom | |
parent | abcdb47fc28238ba9627fc614df53979af5741c0 (diff) | |
download | php-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.h | 1 |
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 |