bug45799.phpt 243 B

123456789101112
  1. --TEST--
  2. Bug #45799 (imagepng() crashes on empty image).
  3. --EXTENSIONS--
  4. gd
  5. --FILE--
  6. <?php
  7. $img = imagecreate(500,500);
  8. imagepng($img);
  9. imagedestroy($img);
  10. ?>
  11. --EXPECTF--
  12. Warning: imagepng(): gd-png error: no colors in palette in %s on line %d