diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index f8326105b00..83008a4b28b 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -5361,7 +5361,7 @@ 'imagecolormatch' => ['bool', 'image1'=>'GdImage', 'image2'=>'GdImage'], 'imagecolorresolve' => ['int|false', 'image'=>'GdImage', 'red'=>'int', 'green'=>'int', 'blue'=>'int'], 'imagecolorresolvealpha' => ['int|false', 'image'=>'GdImage', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha'=>'int'], -'imagecolorset' => ['void', 'image'=>'GdImage', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], +'imagecolorset' => ['false|null', 'image'=>'GdImage', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], 'imagecolorsforindex' => ['array|false', 'image'=>'GdImage', 'color'=>'int'], 'imagecolorstotal' => ['int|false', 'image'=>'GdImage'], 'imagecolortransparent' => ['int|false', 'image'=>'GdImage', 'color='=>'int'], @@ -8593,7 +8593,7 @@ 'mysqli_set_opt' => ['bool', 'mysql'=>'mysqli', 'option'=>'int', 'value'=>'string|int'], 'mysqli_slave_query' => ['bool', 'link'=>'mysqli', 'query'=>'string'], 'mysqli_sqlstate' => ['string', 'mysql'=>'mysqli'], -'mysqli_ssl_set' => ['bool', 'mysql'=>'mysqli', 'key'=>'?string', 'certificate'=>'?string', 'ca_certificate'=>'?string', 'ca_path'=>'?string', 'cipher_algos'=>'?string'], +'mysqli_ssl_set' => ['true', 'mysql'=>'mysqli', 'key'=>'?string', 'certificate'=>'?string', 'ca_certificate'=>'?string', 'ca_path'=>'?string', 'cipher_algos'=>'?string'], 'mysqli_stat' => ['string|false', 'mysql'=>'mysqli'], 'mysqli_stmt::__construct' => ['void', 'mysql'=>'mysqli', 'query'=>'string'], 'mysqli_stmt::attr_get' => ['int', 'attribute'=>'int'], @@ -11715,7 +11715,7 @@ 'resourcebundle_get_error_message' => ['string', 'bundle'=>'ResourceBundle'], 'resourcebundle_locales' => ['array', 'bundle'=>'string'], 'restore_error_handler' => ['true'], -'restore_exception_handler' => ['bool'], +'restore_exception_handler' => ['true'], 'restore_include_path' => ['void'], 'rewind' => ['bool', 'stream'=>'resource'], 'rewinddir' => ['null|false', 'dir_handle='=>'resource'], diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index e961f2bcf26..83374da3f61 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -554,8 +554,8 @@ 'new' => ['int|false', 'image'=>'GdImage', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha'=>'int'], ], 'imagecolorset' => [ - 'old' => ['void', 'image'=>'resource', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], - 'new' => ['void', 'image'=>'GdImage', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], + 'old' => ['false|null', 'image'=>'resource', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], + 'new' => ['false|null', 'image'=>'GdImage', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], ], 'imagecolorsforindex' => [ 'old' => ['array|false', 'image'=>'resource', 'color'=>'int'], diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index 142f58167f8..2daec5bbf3a 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -12137,7 +12137,7 @@ 'imagecolormatch' => ['bool', 'image1'=>'resource', 'image2'=>'resource'], 'imagecolorresolve' => ['int|false', 'image'=>'resource', 'red'=>'int', 'green'=>'int', 'blue'=>'int'], 'imagecolorresolvealpha' => ['int|false', 'image'=>'resource', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha'=>'int'], - 'imagecolorset' => ['void', 'image'=>'resource', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], + 'imagecolorset' => ['false|null', 'image'=>'resource', 'color'=>'int', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'alpha='=>'int'], 'imagecolorsforindex' => ['array|false', 'image'=>'resource', 'color'=>'int'], 'imagecolorstotal' => ['int|false', 'image'=>'resource'], 'imagecolortransparent' => ['int|false', 'image'=>'resource', 'color='=>'int'], @@ -13524,7 +13524,7 @@ 'mysqli_set_opt' => ['bool', 'mysql'=>'mysqli', 'option'=>'int', 'value'=>'string|int'], 'mysqli_slave_query' => ['bool', 'link'=>'mysqli', 'query'=>'string'], 'mysqli_sqlstate' => ['string', 'mysql'=>'mysqli'], - 'mysqli_ssl_set' => ['bool', 'mysql'=>'mysqli', 'key'=>'?string', 'certificate'=>'?string', 'ca_certificate'=>'?string', 'ca_path'=>'?string', 'cipher_algos'=>'?string'], + 'mysqli_ssl_set' => ['true', 'mysql'=>'mysqli', 'key'=>'?string', 'certificate'=>'?string', 'ca_certificate'=>'?string', 'ca_path'=>'?string', 'cipher_algos'=>'?string'], 'mysqli_stat' => ['string|false', 'mysql'=>'mysqli'], 'mysqli_stmt::__construct' => ['void', 'mysql'=>'mysqli', 'query'=>'string'], 'mysqli_stmt::attr_get' => ['int', 'attribute'=>'int'], @@ -14745,7 +14745,7 @@ 'resourcebundle_get_error_message' => ['string', 'bundle'=>'ResourceBundle'], 'resourcebundle_locales' => ['array', 'bundle'=>'string'], 'restore_error_handler' => ['true'], - 'restore_exception_handler' => ['bool'], + 'restore_exception_handler' => ['true'], 'restore_include_path' => ['void'], 'rewind' => ['bool', 'stream'=>'resource'], 'rewinddir' => ['null|false', 'dir_handle='=>'resource'],