xref: /PHP-8.1/ext/gd/tests/bug72696.phpt (revision a375d547)
1--TEST--
2Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
3--EXTENSIONS--
4gd
5--FILE--
6<?php
7$im = imagecreatetruecolor(10, 10);
8imagefilltoborder($im, 0, 0, 1, -2);
9?>
10===DONE===
11--EXPECT--
12===DONE===
13