|
2020 | 2020 | 'DomXsltStylesheet::result_dump_mem' => ['string', 'xmldoc'=>'DOMDocument'],
|
2021 | 2021 | 'DOTNET::__construct' => ['void', 'assembly_name'=>'string', 'class_name'=>'string', 'codepage='=>'int'],
|
2022 | 2022 | 'dotnet_load' => ['int', 'assembly_name'=>'string', 'datatype_name='=>'string', 'codepage='=>'int'],
|
2023 |
| -'doubleval' => ['float', 'var'=>'mixed'], |
| 2023 | +'doubleval' => ['float', 'var'=>'scalar|array|resource|null'], |
2024 | 2024 | 'Ds\Collection::clear' => ['void'],
|
2025 | 2025 | 'Ds\Collection::copy' => ['Ds\Collection'],
|
2026 | 2026 | 'Ds\Collection::isEmpty' => ['bool'],
|
|
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'=>'scalar'], |
| 2991 | +'floatval' => ['float', 'var'=>'scalar|array|resource|null'], |
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'=>'scalar', 'base='=>'int'], |
| 5618 | +'intval' => ['int', 'var'=>'scalar|array|resource|null', 'base='=>'int'], |
5619 | 5619 | 'InvalidArgumentException::__clone' => ['void'],
|
5620 | 5620 | 'InvalidArgumentException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'previous='=>'(?Throwable)|(?InvalidArgumentException)'],
|
5621 | 5621 | 'InvalidArgumentException::__toString' => ['string'],
|
|
11807 | 11807 | 'strtoupper' => ['string', 'str'=>'string'],
|
11808 | 11808 | 'strtr' => ['string', 'str'=>'string', 'from'=>'string', 'to'=>'string'],
|
11809 | 11809 | 'strtr\'1' => ['string', 'str'=>'string', 'replace_pairs'=>'array'],
|
11810 |
| -'strval' => ['string', 'var'=>'mixed'], |
| 11810 | +'strval' => ['string', 'var'=>'scalar|resource|null'], |
11811 | 11811 | 'substr' => ['__benevolent<string|false>', 'string'=>'string', 'start'=>'int', 'length='=>'int'],
|
11812 | 11812 | 'substr_compare' => ['int<-1, 1>|false', 'main_str'=>'string', 'str'=>'string', 'offset'=>'int', 'length='=>'int', 'case_sensitivity='=>'bool'],
|
11813 | 11813 | 'substr_count' => ['0|positive-int', 'haystack'=>'string', 'needle'=>'string', 'offset='=>'int', 'length='=>'int'],
|
|
0 commit comments