From: Jan Borsodi Date: Thu, 4 Jan 2001 12:26:22 +0000 (+0000) Subject: New function qdom_error which returns the error text from the last qdom operation... X-Git-Tag: php-4.0.5RC1~739 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c178c3b5e4e7edc7ae9113c3419c10e8a0477e1c;p=php New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured. --- 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