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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user