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