Home
last modified time | relevance | path

Searched refs:imagegd2 (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
11 if (!function_exists("imagegd2")) {
23 imagegd2($res);
29 imagegd2($res, $file);
H A Dbug73159.phpt2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files)
16 imagegd2($im, null, 128, 0);
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
17 imagegd2($im, null, 256, IMG_GD2_RAW);
H A Dbug73155.phpt2 Bug #73155 (imagegd2() writes wrong chunk sizes on boundaries)
17 imagegd2($im, null, 64, IMG_GD2_RAW);
H A Dimagegd2_nullbyte_injection.phpt2 Testing null byte injection in imagegd2
H A Dbug38212-mb.phpt18 imagegd2($im1, $file);
H A Dbug38212.phpt18 imagegd2($im1, $file);
H A Dgif2gd.phpt24 …echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'faile…
H A Dxpm2gd.phpt24 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
H A Djpg2gd-mb.phpt24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.…
H A Djpg2gd.phpt24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd2") ? 'ok' : 'fai…
H A Dpng2gd.phpt24 …echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd2") ? 'ok' : 'faile…
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h654 ZEND_FUNCTION(imagegd2);
795 ZEND_FE(imagegd2, arginfo_imagegd2)
H A Dgd.stub.php168 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN… function
H A Dgd.c2110 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument

Completed in 28 milliseconds