Skip to content

Commit ebbc823

Browse files
committed
xml_set_default_handler
1 parent b255233 commit ebbc823

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
@@ -13327,7 +13327,7 @@
1332713327
'xml_parser_free' => ['bool', 'parser'=>'resource'],
1332813328
'xml_parser_get_option' => ['mixed', 'parser'=>'resource', 'option'=>'int'],
1332913329
'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'],
13330-
'xml_set_character_data_handler' => ['bool', 'parser'=>'resource', 'hdl'=>'callable'],
13330+
'xml_set_character_data_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1333113331
'xml_set_default_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
1333213332
'xml_set_element_handler' => ['true', 'parser'=>'resource', 'shdl'=>'callable|string', 'ehdl'=>'callable|string'],
1333313333
'xml_set_end_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_character_data_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
126127
'xml_set_default_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
127128
'xml_set_element_handler' => ['true', 'parser'=>'XMLParser', 'shdl'=>'callable|string', 'ehdl'=>'callable|string'],
128129
'xml_set_end_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
@@ -271,6 +272,7 @@
271272
'xml_parser_free' => ['bool', 'parser'=>'resource'],
272273
'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'],
273274
'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'],
275+
'xml_set_character_data_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
274276
'xml_set_default_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'],
275277
'xml_set_element_handler' => ['true', 'parser'=>'resource', 'shdl'=>'callable|string', 'ehdl'=>'callable|string'],
276278
'xml_set_end_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,6 +19,7 @@
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_character_data_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2223
'xml_set_default_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2324
'xml_set_element_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
2425
'xml_set_end_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
@@ -29,6 +30,7 @@
2930
'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string|null'],
3031
],
3132
'old' => [
33+
'xml_set_character_data_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
3234
'xml_set_default_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
3335
'xml_set_element_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],
3436
'xml_set_end_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'],

0 commit comments

Comments
 (0)