|
69 | 69 | 'imagerotate' => ['false|object', 'src_im'=>'resource', 'angle'=>'float', 'bgdcolor'=>'int', 'ignoretransparent='=>'int'],
|
70 | 70 | 'imagescale' => ['false|object', 'im'=>'resource', 'new_width'=>'int', 'new_height='=>'int', 'method='=>'int'],
|
71 | 71 | 'mb_decode_numericentity' => ['string|false', 'string'=>'string', 'convmap'=>'array', 'encoding='=>'string'],
|
72 |
| - 'mb_str_split' => ['array<int,string>', 'str'=>'string', 'split_length='=>'int', 'encoding='=>'string'], |
| 72 | + 'mb_str_split' => ['array<int,string>', 'str'=>'string', 'split_length='=>'positive-int', 'encoding='=>'string'], |
73 | 73 | 'mktime' => ['int|false', 'hour'=>'int', 'minute='=>'int', 'second='=>'int', 'month='=>'int', 'day='=>'int', 'year='=>'int'],
|
74 | 74 | 'odbc_exec' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string'],
|
75 | 75 | 'parse_str' => ['void', 'encoded_string'=>'string', '&w_result'=>'array'],
|
|
83 | 83 | 'socket_select' => ['int|false', '&rw_read'=>'Socket[]|null', '&rw_write'=>'Socket[]|null', '&rw_except'=>'Socket[]|null', 'seconds'=>'int|null', 'microseconds='=>'int'],
|
84 | 84 | 'sodium_crypto_aead_chacha20poly1305_ietf_decrypt' => ['string|false', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'],
|
85 | 85 | 'str_contains' => ['bool', 'haystack'=>'string', 'needle'=>'string'],
|
86 |
| - 'str_split' => ['array<int,string>', 'str'=>'string', 'split_length='=>'int'], |
| 86 | + 'str_split' => ['array<int,string>', 'str'=>'string', 'split_length='=>'positive-int'], |
87 | 87 | 'str_ends_with' => ['bool', 'haystack'=>'string', 'needle'=>'string'],
|
88 | 88 | 'str_starts_with' => ['bool', 'haystack'=>'string', 'needle'=>'string'],
|
89 | 89 | 'strchr' => ['string|false', 'haystack'=>'string', 'needle'=>'string', 'before_needle='=>'bool'],
|
|
0 commit comments