Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. /mnt/wp/php-7.4.3/ext/gd/gd.c: 在函数‘_php_image_output’中:
  2. /mnt/wp/php-7.4.3/ext/gd/gd.c:2706:34: 错误:too many arguments to function ‘func_p’; expected 0, have 2
  3. 2706 | (*func_p)(im, fp);
  4. | ~^~~~~~~~ ~~
  5. /mnt/wp/php-7.4.3/ext/gd/gd.c:2712:34: 错误:too many arguments to function ‘func_p’; expected 0, have 4
  6. 2712 | (*func_p)(im, fp, q, t);
  7. | ~^~~~~~~~ ~~
  8. /mnt/wp/php-7.4.3/ext/gd/gd.c:2742:34: 错误:too many arguments to function ‘func_p’; expected 0, have 2
  9. 2742 | (*func_p)(im, tmp);
  10. | ~^~~~~~~~ ~~
  11. /mnt/wp/php-7.4.3/ext/gd/gd.c:2748:34: 错误:too many arguments to function ‘func_p’; expected 0, have 4
  12. 2748 | (*func_p)(im, tmp, q, t);

Edit this Snippet