Skip to content

Commit

Permalink
Width and height might be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
MidnightDesign committed Jul 11, 2024
1 parent 513f3e8 commit f3c640a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dictionaries/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3304,8 +3304,8 @@
'gethostbyname' => ['string', 'hostname'=>'string'],
'gethostbynamel' => ['list<string>|false', 'hostname'=>'string'],
'gethostname' => ['string|false'],
'getimagesize' => ['array{0: positive-int, 1: positive-int, 2: \IMAGETYPE_*, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'filename'=>'string', '&w_image_info='=>'array'],
'getimagesizefromstring' => ['array{0: positive-int, 1: positive-int, 2: \IMAGETYPE_*, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'string'=>'string', '&w_image_info='=>'array'],
'getimagesize' => ['array{0: int<0, max>, 1: int<0, max>, 2: \IMAGETYPE_*, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'filename'=>'string', '&w_image_info='=>'array'],
'getimagesizefromstring' => ['array{0: int<0, max>, 1: int<0, max>, 2: \IMAGETYPE_*, 3: string, mime: string, channels?: 3|4, bits?: int}|false', 'string'=>'string', '&w_image_info='=>'array'],
'getlastmod' => ['int|false'],
'getmxrr' => ['bool', 'hostname'=>'string', '&w_hosts'=>'array<int, string>', '&w_weights='=>'array<int, int>'],
'getmygid' => ['int|false'],
Expand Down

0 comments on commit f3c640a

Please sign in to comment.