mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
Renamed and fixed constant
This commit is contained in:
parent
12c713cf7f
commit
e7b49d64a6
@ -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--
|
Loading…
Reference in New Issue
Block a user