Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
8 if (!function_exists("imagegd2")) {
20 imagegd2($res);
26 imagegd2($res, $file);
H A Dimagegd2_nullbyte_injection.phpt2 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 Dbug73159.phpt2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files)
12 imagegd2($im, null, 128, 0);
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
13 imagegd2($im, null, 256, IMG_GD2_RAW);
H A Dbug73155.phpt2 Bug #73155 (imagegd2() writes wrong chunk sizes on boundaries)
13 imagegd2($im, null, 64, IMG_GD2_RAW);
H A Dbug38212-mb.phpt12 imagegd2($im1, $file);
H A Dbug38212.phpt12 imagegd2($im1, $file);
H A Dxpm2gd.phpt22 echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dgif2gd.phpt22 echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dpng2gd.phpt22 echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Djpg2gd-mb.phpt22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます…
H A Djpg2gd.phpt22 echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd2") ? 'ok' : 'failed';
/PHP-7.2/ext/gd/
H A Dphp_gd.h176 PHP_FUNCTION(imagegd2);
H A Dgd.c958 PHP_FE(imagegd2, arginfo_imagegd2)
2795 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS2703 . Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb)
2704 . Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb)
2705 . Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted

Completed in 37 milliseconds