Home
last modified time | relevance | path

Searched refs:imagejpeg (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt2 Testing null byte injection in imagejpeg
29 imagejpeg($image, $temp);
35 imagejpeg TEST
37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Djpg2gd.phpt9 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
26 echo imagejpeg(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
30 echo imagejpeg(imagecreatefromgd2($cwd . "/test.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'failed';
H A Dgif2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Djpeg2png.phpt12 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_jpeg.jpeg") ? 'ok' : 'fa…
33 …echo imagejpeg(imagecreatefrompng($cwd . "/test_png.png"), $cwd . "/test_pjpeg.jpeg") ? 'ok' : 'fa…
H A Dtypes.phpt15 if ($flags&0x2 && !function_exists("imagejpeg")) {
H A Djpeg2wbmp_error1.phpt26 imagejpeg($im, $file);
H A Djpeg2wbmp_error3.phpt25 imagejpeg($im, $file);
/PHP-5.5/ext/gd/
H A Dphp_gd.h168 PHP_FUNCTION(imagejpeg );
H A Dgd.c965 PHP_FE(imagejpeg, arginfo_imagejpeg)
2739 PHP_FUNCTION(imagejpeg) in PHP_FUNCTION() argument

Completed in 25 milliseconds