diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 81cd85c865..de15d5bbd1 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -189,6 +189,7 @@ PHP_FUNCTION(domxml_parser_set_keep_blanks); PHP_FUNCTION(domxml_parser_start_element); PHP_FUNCTION(domxml_parser_end_element); PHP_FUNCTION(domxml_parser_characters); +PHP_FUNCTION(domxml_parser_reference); PHP_FUNCTION(domxml_parser_comment); PHP_FUNCTION(domxml_parser_cdata_block); PHP_FUNCTION(domxml_parser_start_document); |