Renamed and fixed constant

This commit is contained in:
foobar 2002-10-11 15:50:37 +00:00
parent 12c713cf7f
commit e7b49d64a6

View File

@ -1,7 +1,7 @@
--TEST--
gdimagefill() function (Bug #19366 (in bundled libgd))
gdimagefill() function (Bug #19366 (fixed in bundled libgd))
--SKIPIF--
<?php if (!extension_loaded('gd') || !HAVE_BUNDLED_GD) die("skip\n"); ?>
<?php if (!extension_loaded('gd') || !GD_BUNDLED) die("skip\n"); ?>
--POST--
--GET--
--INI--