]> granicus.if.org Git - php/commitdiff
New function qdom_error which returns the error text from the last qdom operation...
authorJan Borsodi <amos@php.net>
Thu, 4 Jan 2001 12:26:22 +0000 (12:26 +0000)
committerJan Borsodi <amos@php.net>
Thu, 4 Jan 2001 12:26:22 +0000 (12:26 +0000)
ext/qtdom/qtdom.h

index 32fc2c9b06f7015006666f3d615f61e5c84ab3cc..259f0119572ce0bf531142b64aa7f0eac11a6625 100644 (file)
@@ -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