diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index de15d5bbd1..c016dbdc05 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -189,9 +189,11 @@ 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_entity_reference); PHP_FUNCTION(domxml_parser_comment); -PHP_FUNCTION(domxml_parser_cdata_block); +PHP_FUNCTION(domxml_parser_cdata_section); +PHP_FUNCTION(domxml_parser_namespace_decl); +PHP_FUNCTION(domxml_parser_processing_instruction); PHP_FUNCTION(domxml_parser_start_document); PHP_FUNCTION(domxml_parser_end_document); PHP_FUNCTION(domxml_parser_get_document); |