Skip to content

Commit 5ff69a6

Browse files
committed
xml_set_notation_decl_handler
1 parent 81ad638 commit 5ff69a6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13332,7 +13332,7 @@
1333213332
'xml_set_element_handler' => ['bool', 'parser'=>'resource', 'shdl'=>'callable', 'ehdl'=>'callable'],
1333313333
'xml_set_end_namespace_decl_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
1333413334
'xml_set_external_entity_ref_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
13335-
'xml_set_notation_decl_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
13335+
'xml_set_notation_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1333613336
'xml_set_object' => ['true', 'parser'=>'resource', 'obj'=>'object'],
1333713337
'xml_set_processing_instruction_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1333813338
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],

resources/functionMap_php80delta.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
'xml_parser_free' => ['bool', 'parser'=>'XMLParser'],
124124
'xml_parser_get_option' => ['mixed|false', 'parser'=>'XMLParser', 'option'=>'int'],
125125
'xml_parser_set_option' => ['bool', 'parser'=>'XMLParser', 'option'=>'int', 'value'=>'mixed'],
126+
'xml_set_notation_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
126127
'xml_set_object' => ['true', 'parser'=>'XMLParser', 'obj'=>'object'],
127128
'xml_set_processing_instruction_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
128129
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
@@ -266,6 +267,7 @@
266267
'xml_parser_free' => ['bool', 'parser'=>'resource'],
267268
'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'],
268269
'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'],
270+
'xml_set_notation_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
269271
'xml_set_object' => ['true', 'parser'=>'resource', 'obj'=>'object'],
270272
'xml_set_processing_instruction_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
271273
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],

resources/functionMap_php84delta.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
'http_clear_last_response_headers' => ['void'],
2020
'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
2121
'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
22+
'xml_set_notation_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2223
'xml_set_processing_instruction_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2324
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2425
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2526
],
2627
'old' => [
28+
'xml_set_notation_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
2729
'xml_set_processing_instruction_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
2830
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
2931
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],

0 commit comments

Comments
 (0)