|
2448 | 2448 | 'finfo_file' => ['string|false', 'finfo'=>'resource', 'file_name'=>'string', 'options='=>'int', 'context='=>'resource'],
|
2449 | 2449 | 'finfo_open' => ['resource|false', 'options='=>'int', 'arg='=>'string'],
|
2450 | 2450 | 'finfo_set_flags' => ['bool', 'finfo'=>'resource', 'options'=>'int'],
|
2451 |
| -'floatval' => ['float', 'var'=>'scalar|array|resource|null'], |
| 2451 | +'floatval' => ['float', 'var'=>'scalar|array|null'], |
2452 | 2452 | 'flock' => ['bool', 'fp'=>'resource', 'operation'=>'int-mask<LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB>', '&w_wouldblock='=>'0|1'],
|
2453 | 2453 | 'floor' => ['__benevolent<float|false>', 'number'=>'float'],
|
2454 | 2454 | 'flush' => ['void'],
|
|
5075 | 5075 | 'intltz_to_date_time_zone' => ['DateTimeZone|false', 'obj'=>''],
|
5076 | 5076 | 'intltz_use_daylight_time' => ['bool', 'obj'=>''],
|
5077 | 5077 | 'intlz_create_default' => ['IntlTimeZone'],
|
5078 |
| -'intval' => ['int', 'var'=>'scalar|array|resource|null', 'base='=>'int'], |
| 5078 | +'intval' => ['int', 'var'=>'scalar|array|null', 'base='=>'int'], |
5079 | 5079 | 'InvalidArgumentException::__clone' => ['void'],
|
5080 | 5080 | 'InvalidArgumentException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Throwable)|(?InvalidArgumentException)'],
|
5081 | 5081 | 'InvalidArgumentException::__toString' => ['string'],
|
|
0 commit comments