You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught ValueError: imagecopyresized(): Argument #3 ($dst_x) must be greater than 0 in php shell code:1
But I expected this output instead:
Uncaught ValueError: imagecopyresized(): Argument #7 ($dst_width) must be greater than 0 in php shell code:1
Note that the same applies to argument 8, if you set $dst_width to 1 but keep $dst_height at 0, then it says Argument #4 instead o Argument #8 in the error message.
PHP Version
8.0.20
Operating System
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Description
The following code:
Resulted in this output:
But I expected this output instead:
Note that the same applies to argument 8, if you set $dst_width to 1 but keep $dst_height at 0, then it says
Argument #4
instead oArgument #8
in the error message.PHP Version
8.0.20
Operating System
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: