1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured.

This commit is contained in:
Jan Borsodi
2001-01-04 12:26:22 +00:00
parent abcdb47fc2
commit c178c3b5e4

View 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