File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / gd / tests / bug39286.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:56 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>