Searched refs:imagegd2 (Results 1 – 14 of 14) sorted by relevance
/PHP-7.4/ext/gd/tests/ |
H A D | bug41442.phpt | 2 Bug #41442 (imagegd2() under output control) 8 if (!function_exists("imagegd2")) { 20 imagegd2($res); 26 imagegd2($res, $file);
|
H A D | imagegd2_nullbyte_injection.phpt | 2 Testing null byte injection in imagegd2 10 var_dump(imagegd2($image, "./foo\0bar")); 13 Warning: imagegd2() expects parameter 2 to be a valid path, string given in %s on line %d
|
H A D | bug73159.phpt | 2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files) 12 imagegd2($im, null, 128, 0);
|
H A D | bug73157.phpt | 2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given) 13 imagegd2($im, null, 256, IMG_GD2_RAW);
|
H A D | bug73155.phpt | 2 Bug #73155 (imagegd2() writes wrong chunk sizes on boundaries) 13 imagegd2($im, null, 64, IMG_GD2_RAW);
|
H A D | bug38212-mb.phpt | 12 imagegd2($im1, $file);
|
H A D | bug38212.phpt | 12 imagegd2($im1, $file);
|
H A D | gif2gd.phpt | 22 …echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'faile…
|
H A D | xpm2gd.phpt | 22 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
|
H A D | jpg2gd-mb.phpt | 22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.…
|
H A D | jpg2gd.phpt | 22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd2") ? 'ok' : 'fai…
|
H A D | png2gd.phpt | 22 …echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd2") ? 'ok' : 'faile…
|
/PHP-7.4/ext/gd/ |
H A D | php_gd.h | 183 PHP_FUNCTION(imagegd2);
|
H A D | gd.c | 972 PHP_FE(imagegd2, arginfo_imagegd2) 2851 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds