Searched refs:imagejpeg (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/gd/tests/ |
H A D | imagejpeg_nullbyte_injection.phpt | 2 Testing null byte injection in imagejpeg 29 imagejpeg($image, $temp); 34 imagejpeg TEST 36 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
|
H A D | jpg2gd-mb.phpt | 9 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) { 26 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' … 30 …echo imagejpeg(imagecreatefromgd2($cwd . "/test私はガラスを食べられます.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok'…
|
H A D | jpg2gd.phpt | 9 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 D | xpm2jpg.phpt | 9 if (!function_exists("imagejpeg")) { 21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
|
H A D | gif2jpg.phpt | 9 if (!function_exists("imagejpeg")) { 21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
|
H A D | jpeg2png.phpt | 12 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 D | types.phpt | 15 if ($flags&0x2 && !function_exists("imagejpeg")) {
|
H A D | jpeg2wbmp_error1.phpt | 26 imagejpeg($im, $file);
|
H A D | jpeg2wbmp_error3.phpt | 25 imagejpeg($im, $file);
|
/PHP-7.1/ext/standard/tests/image/ |
H A D | bug70096.phpt | 6 if (!function_exists('imagejpeg')) die('skip imagejpeg not available'); 12 imagejpeg($im, $filename);
|
/PHP-7.1/ext/gd/ |
H A D | php_gd.h | 168 PHP_FUNCTION(imagejpeg );
|
H A D | gd.c | 918 PHP_FE(imagejpeg, arginfo_imagejpeg) 2720 PHP_FUNCTION(imagejpeg) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds