summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug45799.phpt
blob: 34fafa94231b920ba9172019c62b3519617c9ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #45799 (imagepng() crashes on empty image).
--SKIPIF--
<?php
	if (!extension_loaded('gd')) die("skip gd extension not available\n");
?>
--FILE--
<?php
$img = imagecreate(500,500);
imagepng($img);
imagedestroy($img);
?>
--EXPECTF--
Warning: imagepng(): gd-png error: no colors in palette in %s on line %d