Skip to content

Commit 5e8e0fa

Browse files
committed
xml_set_start_namespace_decl_handler
1 parent d777274 commit 5e8e0fa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13335,7 +13335,7 @@
1333513335
'xml_set_notation_decl_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
1333613336
'xml_set_object' => ['bool', 'parser'=>'resource', 'obj'=>'object'],
1333713337
'xml_set_processing_instruction_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
13338-
'xml_set_start_namespace_decl_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
13338+
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1333913339
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1334013340
'XMLDiff\Base::__construct' => ['void', 'nsname'=>'string'],
1334113341
'XMLDiff\Base::diff' => ['mixed', 'from'=>'mixed', 'to'=>'mixed'],

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_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
126127
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
127128
'xmlwriter_end_attribute' => ['bool', 'xmlwriter'=>'XMLWriter'],
128129
'xmlwriter_end_cdata' => ['bool', 'xmlwriter'=>'XMLWriter'],
@@ -263,6 +264,7 @@
263264
'xml_parser_free' => ['bool', 'parser'=>'resource'],
264265
'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'],
265266
'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'],
267+
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
266268
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
267269
'xmlwriter_end_attribute' => ['bool', 'xmlwriter'=>'resource'],
268270
'xmlwriter_end_cdata' => ['bool', 'xmlwriter'=>'resource'],

resources/functionMap_php84delta.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
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_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
2223
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
2324
],
2425
'old' => [
25-
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
26+
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
27+
'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2628
]
2729
];

0 commit comments

Comments
 (0)