|
2987 | 2987 | 'finfo_file' => ['string|false', 'finfo'=>'resource', 'file_name'=>'string', 'options='=>'int', 'context='=>'resource'], |
2988 | 2988 | 'finfo_open' => ['resource|false', 'options='=>'int', 'arg='=>'string'], |
2989 | 2989 | 'finfo_set_flags' => ['bool', 'finfo'=>'resource', 'options'=>'int'], |
2990 | | -'floatval' => ['float', 'var'=>'scalar|array|resource|null'], |
| 2990 | +'floatval' => ['float', 'var'=>'scalar|array|null'], |
2991 | 2991 | 'flock' => ['bool', 'fp'=>'resource', 'operation'=>'int-mask<LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB>', '&w_wouldblock='=>'0|1'], |
2992 | 2992 | 'floor' => ['__benevolent<float|false>', 'number'=>'float'], |
2993 | 2993 | 'flush' => ['void'], |
|
5614 | 5614 | 'intltz_to_date_time_zone' => ['DateTimeZone|false', 'obj'=>''], |
5615 | 5615 | 'intltz_use_daylight_time' => ['bool', 'obj'=>''], |
5616 | 5616 | 'intlz_create_default' => ['IntlTimeZone'], |
5617 | | -'intval' => ['int', 'var'=>'scalar|array|resource|null', 'base='=>'int'], |
| 5617 | +'intval' => ['int', 'var'=>'scalar|array|null', 'base='=>'int'], |
5618 | 5618 | 'InvalidArgumentException::__clone' => ['void'], |
5619 | 5619 | 'InvalidArgumentException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Throwable)|(?InvalidArgumentException)'], |
5620 | 5620 | 'InvalidArgumentException::__toString' => ['string'], |
|
0 commit comments