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