|
2932 | 2932 | 'ffmpeg_movie::hasAudio' => ['bool'],
|
2933 | 2933 | 'ffmpeg_movie::hasVideo' => ['bool'],
|
2934 | 2934 | 'fgetc' => ['string|false', 'fp'=>'resource'],
|
2935 |
| -'fgetcsv' => ['list<string>|array{0: null}|false|null', 'fp'=>'resource', 'length='=>'0|positive-int|null', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'], |
| 2935 | +'fgetcsv' => ['non-empty-list<string>|array{0: null}|false|null', 'fp'=>'resource', 'length='=>'0|positive-int|null', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'], |
2936 | 2936 | 'fgets' => ['string|false', 'fp'=>'resource', 'length='=>'0|positive-int'],
|
2937 | 2937 | 'fgetss' => ['string|false', 'fp'=>'resource', 'length='=>'0|positive-int', 'allowable_tags='=>'string'],
|
2938 | 2938 | 'file' => ['list<string>|false', 'filename'=>'string', 'flags='=>'int-mask<FILE_USE_INCLUDE_PATH|FILE_IGNORE_NEW_LINES|FILE_SKIP_EMPTY_LINES|FILE_NO_DEFAULT_CONTEXT>', 'context='=>'resource'],
|
|
11230 | 11230 | 'SplFileObject::fflush' => ['bool'],
|
11231 | 11231 | 'SplFileObject::fgetc' => ['string|false'],
|
11232 | 11232 | // Do not believe https://www.php.net/manual/en/splfileobject.fgetcsv#refsect1-splfileobject.fgetcsv-returnvalues
|
11233 |
| -'SplFileObject::fgetcsv' => ['list<string>|array{0: null}|false|null', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'], |
| 11233 | +'SplFileObject::fgetcsv' => ['non-empty-list<string>|array{0: null}|false|null', 'delimiter='=>'string', 'enclosure='=>'string', 'escape='=>'string'], |
11234 | 11234 | 'SplFileObject::fgets' => ['string'],
|
11235 | 11235 | 'SplFileObject::fgetss' => ['string|false', 'allowable_tags='=>'string'],
|
11236 | 11236 | 'SplFileObject::flock' => ['bool', 'operation'=>'int-mask<LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB>', '&w_wouldblock='=>'0|1'],
|
|
0 commit comments