summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug39286.phpt
blob: 4fe4769a7be1306c41e223e9e25cb4ccb9d0a7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #39508 (imagefill crashes with small images 3 pixels or less)
--SKIPIF--
<?php
	if (!extension_loaded('gd')) die("skip gd extension not available\n");
?>
--FILE--
<?php
$img =imagecreatefromgd2part("foo.png",0, 100, 0, 100);
?>
--EXPECTF--
Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d