|
78 | 78 | 'imagejpeg' => ['bool', 'im'=>'GdImage', 'filename='=>'string|resource|null', 'quality='=>'int'],
|
79 | 79 | 'imagerotate' => ['false|object', 'src_im'=>'resource', 'angle'=>'float', 'bgdcolor'=>'int', 'ignoretransparent='=>'int'],
|
80 | 80 | 'imagescale' => ['false|object', 'im'=>'resource', 'new_width'=>'int', 'new_height='=>'int', 'method='=>'int'],
|
81 |
| - 'getenv' => ['array<string, string>', 'varname'=>'null', 'local_only='=>'bool'], |
82 |
| - 'getenv\'1' => ['string|false', 'varname'=>'string', 'local_only='=>'bool'], |
83 |
| - 'getenv\'2' => ['array<string, string>|string|false', 'varname'=>'string|null', 'local_only='=>'bool'], |
84 |
| - 'getenv\'3' => ['array<string, string>'], |
| 81 | + 'getenv' => ['array<string, string>|string|false', 'varname'=>'string|null', 'local_only='=>'bool'], |
| 82 | + 'getenv\'1' => ['array<string, string>'], |
85 | 83 | 'ldap_set_rebind_proc' => ['bool', 'ldap'=>'resource', 'callback'=>'?callable'],
|
86 | 84 | 'mb_decode_numericentity' => ['string|false', 'string'=>'string', 'convmap'=>'array', 'encoding='=>'string'],
|
87 | 85 | 'mb_encoding_aliases' => ['list<non-falsy-string>', 'encoding'=>'string'],
|
|
0 commit comments