bug72696.phpt 216 B

123456789101112
  1. --TEST--
  2. Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
  3. --EXTENSIONS--
  4. gd
  5. --FILE--
  6. <?php
  7. $im = imagecreatetruecolor(10, 10);
  8. imagefilltoborder($im, 0, 0, 1, -2);
  9. ?>
  10. ===DONE===
  11. --EXPECT--
  12. ===DONE===