|
111 | 111 | 'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'before_needle='=>'bool'],
|
112 | 112 | 'substr' => ['string', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
|
113 | 113 | 'round' => ['float', 'number'=>'float', 'precision='=>'int', 'mode='=>'1|2|3|4'],
|
114 |
| - 'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string'], |
| 114 | + 'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string|null'], |
115 | 115 | 'xml_parser_create' => ['XMLParser', 'encoding='=>'string'],
|
116 | 116 | 'xml_parser_create_ns' => ['XMLParser', 'encoding='=>'string', 'sep='=>'string'],
|
117 | 117 | 'xml_parser_free' => ['bool', 'parser'=>'XMLParser'],
|
|
249 | 249 | 'strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string|int', 'offset='=>'int'],
|
250 | 250 | 'strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string|int', 'before_needle='=>'bool'],
|
251 | 251 | 'substr' => ['__benevolent<string|false>', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
|
252 |
| - 'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string'], |
| 252 | + 'version_compare' => ['int|bool', 'version1'=>'string', 'version2'=>'string', 'operator='=>'string|null'], |
253 | 253 | 'xml_parser_create' => ['resource', 'encoding='=>'string'],
|
254 | 254 | 'xml_parser_create_ns' => ['resource', 'encoding='=>'string', 'sep='=>'string'],
|
255 | 255 | 'xml_parser_free' => ['bool', 'parser'=>'resource'],
|
|
0 commit comments