| 
6345 | 6345 | 'mb_split' => ['array|false', 'pattern'=>'string', 'string'=>'string', 'limit='=>'int'],  | 
6346 | 6346 | 'mb_strcut' => ['string', 'str'=>'string', 'start'=>'int', 'length='=>'?int', 'encoding='=>'string'],  | 
6347 | 6347 | 'mb_strimwidth' => ['string', 'str'=>'string', 'start'=>'int', 'width'=>'int', 'trimmarker='=>'string', 'encoding='=>'string'],  | 
6348 |  | -'mb_stripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
 | 6348 | +'mb_stripos' => ['0|positive-int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
6349 | 6349 | 'mb_stristr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool', 'encoding='=>'string'],  | 
6350 |  | -'mb_strlen' => ['int|false', 'str'=>'string', 'encoding='=>'string'],  | 
6351 |  | -'mb_strpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
 | 6350 | +'mb_strlen' => ['0|positive-int|false', 'str'=>'string', 'encoding='=>'string'],  | 
 | 6351 | +'mb_strpos' => ['0|positive-int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
6352 | 6352 | 'mb_strrchr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool', 'encoding='=>'string'],  | 
6353 | 6353 | 'mb_strrichr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool', 'encoding='=>'string'],  | 
6354 |  | -'mb_strripos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
6355 |  | -'mb_strrpos' => ['int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
 | 6354 | +'mb_strripos' => ['0|positive-int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
 | 6355 | +'mb_strrpos' => ['0|positive-int|false', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'encoding='=>'string'],  | 
6356 | 6356 | 'mb_strstr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'part='=>'bool', 'encoding='=>'string'],  | 
6357 | 6357 | 'mb_strtolower' => ['string', 'str'=>'string', 'encoding='=>'string'],  | 
6358 | 6358 | 'mb_strtoupper' => ['string', 'str'=>'string', 'encoding='=>'string'],  | 
6359 |  | -'mb_strwidth' => ['int', 'str'=>'string', 'encoding='=>'string'],  | 
 | 6359 | +'mb_strwidth' => ['0|positive-int', 'str'=>'string', 'encoding='=>'string'],  | 
6360 | 6360 | 'mb_substitute_character' => ['mixed', 'substchar='=>'mixed'],  | 
6361 | 6361 | 'mb_substr' => ['string', 'str'=>'string', 'start'=>'int', 'length='=>'?int', 'encoding='=>'string'],  | 
6362 | 6362 | 'mb_substr_count' => ['0|positive-int', 'haystack'=>'string', 'needle'=>'string', 'encoding='=>'string'],  | 
 | 
0 commit comments