|
1323 | 1323 | 'date_sun_info' => ['array', 'timestamp'=>'int', 'latitude'=>'float', 'longitude'=>'float'],
|
1324 | 1324 | 'date_sunrise' => ['string|int|float|false', 'timestamp'=>'int', 'returnFormat='=>'int', 'latitude='=>'?float', 'longitude='=>'?float', 'zenith='=>'?float', 'utcOffset='=>'?float'],
|
1325 | 1325 | 'date_sunset' => ['string|int|float|false', 'timestamp'=>'int', 'returnFormat='=>'int', 'latitude='=>'?float', 'longitude='=>'?float', 'zenith='=>'?float', 'utcOffset='=>'?float'],
|
1326 |
| -'date_time_set' => ['DateTime', 'object'=>'', 'hour'=>'', 'minute'=>'', 'second='=>'', 'microsecond='=>''], |
| 1326 | +'date_time_set' => ['DateTime', 'object'=>'int', 'hour'=>'int', 'minute'=>'int', 'second='=>'int', 'microsecond='=>'int'], |
1327 | 1327 | 'date_timestamp_get' => ['int', 'object'=>'DateTimeInterface'],
|
1328 | 1328 | 'date_timestamp_set' => ['DateTime', 'object'=>'DateTime', 'timestamp'=>'int'],
|
1329 | 1329 | 'date_timezone_get' => ['DateTimeZone|false', 'object'=>'DateTimeInterface'],
|
|
2932 | 2932 | 'ftp_ssl_connect' => ['FTP\Connection|false', 'hostname'=>'string', 'port='=>'int', 'timeout='=>'int'],
|
2933 | 2933 | 'ftp_systype' => ['string|false', 'ftp'=>'FTP\Connection'],
|
2934 | 2934 | 'ftruncate' => ['bool', 'stream'=>'resource', 'size'=>'int'],
|
2935 |
| -'func_get_arg' => ['mixed|false', 'position'=>'int'], |
| 2935 | +'func_get_arg' => ['mixed|null', 'position'=>'int'], |
2936 | 2936 | 'func_get_args' => ['list<mixed>'],
|
2937 | 2937 | 'func_num_args' => ['int'],
|
2938 | 2938 | 'function_exists' => ['bool', 'function'=>'string'],
|
|
6480 | 6480 | 'locale_get_script' => ['?string', 'locale'=>'string'],
|
6481 | 6481 | 'locale_lookup' => ['?string', 'languageTag'=>'array', 'locale'=>'string', 'canonicalize='=>'bool', 'defaultLocale='=>'?string'],
|
6482 | 6482 | 'locale_parse' => ['?array', 'locale'=>'string'],
|
6483 |
| -'locale_set_default' => ['bool', 'locale'=>'string'], |
| 6483 | +'locale_set_default' => ['true', 'locale'=>'string'], |
6484 | 6484 | 'localeconv' => ['array'],
|
6485 | 6485 | 'localtime' => ['array', 'timestamp='=>'?int', 'associative='=>'bool'],
|
6486 | 6486 | 'log' => ['float', 'num'=>'float', 'base='=>'float'],
|
|
0 commit comments