|
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_object' => ['true', 'parser'=>'XMLParser', 'obj'=>'object'], |
126 | 127 | 'xml_set_processing_instruction_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
127 | 128 | 'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
128 | 129 | 'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'XMLParser', 'hdl'=>'callable|string'], |
|
265 | 266 | 'xml_parser_free' => ['bool', 'parser'=>'resource'], |
266 | 267 | 'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'], |
267 | 268 | 'xml_parser_set_option' => ['bool', 'parser'=>'resource', 'option'=>'int', 'value'=>'mixed'], |
| 269 | + 'xml_set_object' => ['true', 'parser'=>'resource', 'obj'=>'object'], |
268 | 270 | 'xml_set_processing_instruction_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
269 | 271 | 'xml_set_start_namespace_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
270 | 272 | 'xml_set_unparsed_entity_decl_handler' => ['true', 'parser'=>'resource', 'hdl'=>'callable|string'], |
|
0 commit comments