mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix test name
This commit is contained in:
parent
a909db6d9c
commit
71340e43f9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
imagecopy doen't copy alpha, palette to truecolor
|
Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!function_exists('imagecopy')) die("skip gd extension not available\n");
|
if (!function_exists('imagecopy')) die("skip gd extension not available\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue