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