Searched refs:imagegd2 (Results 1 – 15 of 15) sorted by relevance
/PHP-7.1/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 25 imagegd2($image, $temp); 30 imagegd2 TEST 32 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 | xpm2gd.phpt | 22 echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd2") ? 'ok' : 'failed';
|
H A D | gif2gd.phpt | 22 echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd2") ? 'ok' : 'failed';
|
H A D | jpg2gd-mb.phpt | 22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます…
|
H A D | jpg2gd.phpt | 22 echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd2") ? 'ok' : 'failed';
|
H A D | png2gd.phpt | 22 echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd2") ? 'ok' : 'failed';
|
/PHP-7.1/ext/gd/ |
H A D | php_gd.h | 173 PHP_FUNCTION(imagegd2);
|
H A D | gd.c | 922 PHP_FE(imagegd2, arginfo_imagegd2) 2745 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument
|
/PHP-7.1/ |
H A D | NEWS | 1698 . Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb) 1699 . Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb) 1700 . Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted 2284 . Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb) 2285 . Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb) 2286 . Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted
|
Completed in 27 milliseconds