|
121 | 121 | 'xml_parser_create' => ['XMLParser', 'encoding='=>'string'], |
122 | 122 | 'xml_parser_create_ns' => ['XMLParser', 'encoding='=>'string', 'sep='=>'string'], |
123 | 123 | 'xml_parser_free' => ['bool', 'parser'=>'XMLParser'], |
124 | | - 'xml_parser_get_option' => ['mixed|false', 'parser'=>'XMLParser', 'option'=>'int'], |
| 124 | + 'xml_parser_get_option' => ['string|int', 'parser'=>'XMLParser', 'option'=>'int'], |
125 | 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'], |
|
270 | 270 | 'xml_parser_create' => ['resource', 'encoding='=>'string'], |
271 | 271 | 'xml_parser_create_ns' => ['resource', 'encoding='=>'string', 'sep='=>'string'], |
272 | 272 | 'xml_parser_free' => ['bool', 'parser'=>'resource'], |
273 | | - 'xml_parser_get_option' => ['mixed|false', 'parser'=>'resource', 'option'=>'int'], |
| 273 | + 'xml_parser_get_option' => ['string|int|false', 'parser'=>'resource', 'option'=>'int'], |
274 | 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'], |
|
0 commit comments