|
158 | 158 | 'xmlwriter_write_raw' => ['bool', 'xmlwriter'=>'XMLWriter', 'content'=>'string'],
|
159 | 159 | ],
|
160 | 160 | 'old' => [
|
161 |
| - |
162 | 161 | 'array_combine' => ['associative-array|false', 'keys'=>'string[]|int[]', 'values'=>'array'],
|
163 | 162 | 'bcdiv' => ['?string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
|
164 | 163 | 'bcmod' => ['?string', 'dividend'=>'string', 'divisor'=>'string', 'scale='=>'int'],
|
165 | 164 | 'bcpowmod' => ['?string', 'base'=>'string', 'exponent'=>'string', 'modulus'=>'string', 'scale='=>'int'],
|
| 165 | + 'convert_cyr_string' => ['string', 'str'=>'string', 'from'=>'string', 'to'=>'string'], |
166 | 166 | 'com_load_typelib' => ['bool', 'typelib_name'=>'string', 'case_insensitive='=>'bool'],
|
167 | 167 | 'count_chars' => ['array<int,int>|false|string', 'input'=>'string', 'mode='=>'int'],
|
168 | 168 | 'date_add' => ['DateTime|false', 'object'=>'DateTime', 'interval'=>'DateInterval'],
|
|
177 | 177 | 'date_timestamp_set' => ['DateTime|false', 'object'=>'DateTime', 'unixtimestamp'=>'int'],
|
178 | 178 | 'date_timezone_set' => ['DateTime|false', 'object'=>'DateTime', 'timezone'=>'DateTimeZone'],
|
179 | 179 | 'each' => ['array{0:int|string,key:int|string,1:mixed,value:mixed}', '&r_arr'=>'array'],
|
| 180 | + 'ezmlm_hash' => ['int', 'addr'=>'string'], |
| 181 | + 'fgetss' => ['string|false', 'fp'=>'resource', 'length='=>'0|positive-int', 'allowable_tags='=>'string'], |
| 182 | + 'get_magic_quotes_gpc' => ['false'], |
180 | 183 | 'gmdate' => ['string|false', 'format'=>'string', 'timestamp='=>'int'],
|
181 | 184 | 'gmmktime' => ['int|false', 'hour='=>'int', 'minute='=>'int', 'second='=>'int', 'month='=>'int', 'day='=>'int', 'year='=>'int'],
|
182 | 185 | 'gmp_random' => ['GMP', 'limiter='=>'int'],
|
|
185 | 188 | 'hash_hkdf' => ['non-empty-string|false', 'algo'=>'string', 'key'=>'string', 'length='=>'int', 'info='=>'string', 'salt='=>'string'],
|
186 | 189 | 'hash_hmac' => ['non-empty-string|false', 'algo'=>'string', 'data'=>'string', 'key'=>'string', 'raw_output='=>'bool'],
|
187 | 190 | 'hash_pbkdf2' => ['non-empty-string|false', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'raw_output='=>'bool'],
|
| 191 | + 'hebrevc' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'], |
188 | 192 | 'image2wbmp' => ['bool', 'im'=>'resource', 'filename='=>'?string', 'threshold='=>'int'],
|
189 | 193 | 'imageaffine' => ['resource|false', 'src'=>'resource', 'affine'=>'array', 'clip='=>'array'],
|
190 | 194 | 'imagecreate' => ['resource|false', 'x_size'=>'int', 'y_size'=>'int'],
|
|
209 | 213 | 'imagejpeg' => ['bool', 'im'=>'resource', 'filename='=>'string|resource|null', 'quality='=>'int'],
|
210 | 214 | 'imagerotate' => ['resource|false', 'src_im'=>'resource', 'angle'=>'float', 'bgdcolor'=>'int', 'ignoretransparent='=>'int'],
|
211 | 215 | 'imagescale' => ['resource|false', 'im'=>'resource', 'new_width'=>'int', 'new_height='=>'int', 'method='=>'int'],
|
| 216 | + 'imap_header' => ['stdClass|false', 'stream_id'=>'resource', 'msg_no'=>'int', 'from_length='=>'int', 'subject_length='=>'int', 'default_host='=>'string'], |
212 | 217 | 'implode\'1' => ['string', 'pieces'=>'array'],
|
213 | 218 | 'jpeg2wbmp' => ['bool', 'jpegname'=>'string', 'wbmpname'=>'string', 'dest_height'=>'int', 'dest_width'=>'int', 'threshold'=>'int'],
|
| 219 | + 'ldap_control_paged_result' => ['bool', 'link_identifier'=>'resource', 'pagesize'=>'int', 'iscritical='=>'bool', 'cookie='=>'string'], |
| 220 | + 'ldap_control_paged_result_response' => ['bool', 'link_identifier'=>'resource', 'result_identifier'=>'resource', '&w_cookie='=>'string', '&w_estimated='=>'int'], |
214 | 221 | 'ldap_set_rebind_proc' => ['bool', 'link_identifier'=>'resource', 'callback'=>'callable'],
|
215 | 222 | 'ldap_sort' => ['bool', 'link_identifier'=>'resource', 'result_identifier'=>'resource', 'sortfilter'=>'string'],
|
216 | 223 | 'mb_decode_numericentity' => ['string|false', 'string'=>'string', 'convmap'=>'array', 'encoding='=>'string', 'is_hex='=>'bool'],
|
217 |
| - 'mktime' => ['int|false', 'hour='=>'int', 'minute='=>'int', 'second='=>'int', 'month='=>'int', 'day='=>'int', 'year='=>'int'], |
218 | 224 | 'mb_strlen' => ['0|positive-int', 'str'=>'string', 'encoding='=>'string'],
|
| 225 | + 'mktime' => ['int|false', 'hour='=>'int', 'minute='=>'int', 'second='=>'int', 'month='=>'int', 'day='=>'int', 'year='=>'int'], |
| 226 | + 'money_format' => ['string', 'format'=>'string', 'value'=>'float'], |
219 | 227 | 'odbc_exec' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string', 'flags='=>'int'],
|
220 | 228 | 'parse_str' => ['void', 'encoded_string'=>'string', '&w_result='=>'array'],
|
221 | 229 | 'password_hash' => ['string|false|null', 'password'=>'string', 'algo'=>'?string|?int', 'options='=>'array'],
|
222 | 230 | 'png2wbmp' => ['bool', 'pngname'=>'string', 'wbmpname'=>'string', 'dest_height'=>'int', 'dest_width'=>'int', 'threshold'=>'int'],
|
223 | 231 | 'proc_get_status' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}|false', 'process'=>'resource'],
|
224 | 232 | 'read_exif_data' => ['array', 'filename'=>'string', 'sections_needed='=>'string', 'sub_arrays='=>'bool', 'read_thumbnail='=>'bool'],
|
| 233 | + 'restore_include_path' => ['void'], |
225 | 234 | 'socket_select' => ['int|false', '&rw_read_fds'=>'resource[]|null', '&rw_write_fds'=>'resource[]|null', '&rw_except_fds'=>'resource[]|null', 'tv_sec'=>'int|null', 'tv_usec='=>'int|null'],
|
226 | 235 | 'sodium_crypto_aead_chacha20poly1305_ietf_decrypt' => ['?string|?false', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'],
|
227 | 236 | 'SplFileObject::fgetss' => ['string|false', 'allowable_tags='=>'string'],
|
|
0 commit comments