Searched refs:imagecreatetruecolor (Results 1 – 25 of 147) sorted by relevance
123456
/PHP-8.3/ext/gd/tests/ |
H A D | imagecreatetruecolor_error2.phpt | 2 Testing imagecreatetruecolor(): error on out of bound parameters 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 17 fn() => imagecreatetruecolor(-1, 30), 18 fn() => imagecreatetruecolor(30, -1) 23 !! [ValueError] imagecreatetruecolor(): Argument #1 ($width) must be greater than 0 24 !! [ValueError] imagecreatetruecolor(): Argument #2 ($height) must be greater than 0
|
H A D | imagecreatetruecolor_basic.phpt | 2 Testing imagecreatetruecolor() of GD library 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 13 $image = imagecreatetruecolor(180, 30);
|
H A D | imagecolorallocate_basic.phpt | 7 if(!function_exists('imagecreatetruecolor')) { 8 die('skip imagecreatetruecolor function is not available'); 15 $im = imagecreatetruecolor(200, 200);
|
H A D | lines.phpt | 7 $im = imagecreatetruecolor(6,6); 23 $im = imagecreatetruecolor(6,6); 39 $im = imagecreatetruecolor(6,6); 60 $im = imagecreatetruecolor(6,6); 73 $im = imagecreatetruecolor(6,6); 86 $im = imagecreatetruecolor(6,6);
|
H A D | imagescale_preserve_ratio.phpt | 8 $img = imagecreatetruecolor ( 256, 384); 18 $img = imagecreatetruecolor ( 384, 256); 28 $img = imagecreatetruecolor ( 256, 256);
|
H A D | bug72482.phpt | 7 $img = imagecreatetruecolor(13, 1007); 11 $img = imagecreatetruecolor(100, 100);
|
H A D | imageistruecolor_basic.phpt | 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 13 $image = imagecreatetruecolor(180, 30);
|
H A D | imagetruecolortopalette_error3.phpt | 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 15 $image = imagecreatetruecolor(50, 50);
|
H A D | bug39273.phpt | 7 $small = imagecreatetruecolor(10, 10); 18 $img = imagecreatetruecolor($width, $height);
|
H A D | imagecolormatch_error3.phpt | 10 $ima = imagecreatetruecolor(110, 20); 12 $imb = imagecreatetruecolor(110, 20);
|
H A D | gh8848.phpt | 7 $image1 = imagecreatetruecolor(1, 1); 8 $image2 = imagecreatetruecolor(1, 1);
|
H A D | copyresized.phpt | 17 $im = imagecreatetruecolor(38,38); 37 $src_tc = imagecreatetruecolor(19,19); 45 $dst_tc = imagecreatetruecolor(38,38); 61 $dst_tc = imagecreatetruecolor(38,38);
|
H A D | imagetruecolortopalette_error4.phpt | 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 15 $image = imagecreatetruecolor(50, 50);
|
H A D | bug53580.phpt | 19 $im0 = imagecreatetruecolor($w0, $h0); 22 $im1 = imagecreatetruecolor($w1, $h1);
|
H A D | imagetruecolortopalette_basic.phpt | 12 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 16 $image = imagecreatetruecolor(150, 150);
|
H A D | imagesetthickness_basic.phpt | 9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible"); 14 $image = imagecreatetruecolor(200, 100);
|
H A D | dashedlines.phpt | 7 $im = imagecreatetruecolor(6,6); 31 $im = imagecreatetruecolor(6,6); 52 $im = imagecreatetruecolor(6,6);
|
H A D | imagecrop_auto.phpt | 13 $im = imagecreatetruecolor(99, 99); 27 $im = imagecreatetruecolor(99, 99); 41 $im = imagecreatetruecolor(50, 50);
|
H A D | copy.phpt | 8 $src_tc = imagecreatetruecolor(5,5); 15 $dst_tc = imagecreatetruecolor(5,5); 28 $src_tc = imagecreatetruecolor(5,5); 93 $dst_tc = imagecreatetruecolor(5,5);
|
H A D | imagecolorallocate_variation5.phpt | 7 if(!function_exists('imagecreatetruecolor')) { 8 die('skip imagecreatetruecolor function is not available'); 17 $im = imagecreatetruecolor(200, 200);
|
H A D | bug39082.phpt | 7 $im = imagecreatetruecolor(1,1);
|
H A D | bug72696.phpt | 7 $im = imagecreatetruecolor(10, 10);
|
H A D | bug72227.phpt | 8 $img = imagecreatetruecolor ( 100, 100);
|
H A D | bug72298.phpt | 7 $img = imagecreatetruecolor (1 , 1);
|
H A D | bug79067.phpt | 8 $src = imagecreatetruecolor(8, 8);
|
Completed in 17 milliseconds
123456