Searched refs:imagegd2 (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug41442.phpt | 2 Bug #41442 (imagegd2() under output control) 11 if (!function_exists("imagegd2")) { 23 imagegd2($res); 29 imagegd2($res, $file);
|
H A D | bug73159.phpt | 2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files) 16 imagegd2($im, null, 128, 0);
|
H A D | bug73157.phpt | 2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given) 17 imagegd2($im, null, 256, IMG_GD2_RAW);
|
H A D | bug73155.phpt | 2 Bug #73155 (imagegd2() writes wrong chunk sizes on boundaries) 17 imagegd2($im, null, 64, IMG_GD2_RAW);
|
H A D | imagegd2_nullbyte_injection.phpt | 2 Testing null byte injection in imagegd2
|
H A D | bug38212-mb.phpt | 18 imagegd2($im1, $file);
|
H A D | bug38212.phpt | 18 imagegd2($im1, $file);
|
H A D | xpm2gd.phpt | 24 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
|
H A D | gif2gd.phpt | 24 …echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'faile…
|
H A D | jpg2gd-mb.phpt | 24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.…
|
H A D | jpg2gd.phpt | 24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd2") ? 'ok' : 'fai…
|
H A D | png2gd.phpt | 24 …echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd2") ? 'ok' : 'faile…
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 653 ZEND_FUNCTION(imagegd2); 794 ZEND_FE(imagegd2, arginfo_imagegd2)
|
H A D | gd.stub.php | 631 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = 128, int $mode = IMG_GD2_… function
|
H A D | gd.c | 1961 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds