|
123 | 123 | 'xml_parser_free' => ['bool', 'parser'=>'XMLParser'], |
124 | 124 | 'xml_parser_get_option' => ['mixed|false', 'parser'=>'XMLParser', 'option'=>'int'], |
125 | 125 | 'xml_parser_set_option' => ['bool', 'parser'=>'XMLParser', 'option'=>'int', 'value'=>'mixed'], |
| 126 | + 'xml_set_character_data_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
126 | 127 | 'xml_set_default_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
127 | 128 | 'xml_set_element_handler' => ['true', 'parser'=>'XMLParser', 'shdl'=>'callable|string', 'ehdl'=>'callable|string'], |
128 | 129 | 'xml_set_end_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
|
271 | 272 | 'xml_parser_free' => ['bool', 'parser'=>'resource'], |
272 | 273 | 'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'], |
273 | 274 | 'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'], |
| 275 | + 'xml_set_character_data_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
274 | 276 | 'xml_set_default_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
275 | 277 | 'xml_set_element_handler' => ['true', 'parser'=>'resource', 'shdl'=>'callable|string', 'ehdl'=>'callable|string'], |
276 | 278 | 'xml_set_end_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
|
0 commit comments