Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dbug77195.phpt2 Bug #77195 (Incorrect error handling of imagecreatefromjpeg())
11 @imagecreatefromjpeg($filename);
12 imagecreatefromjpeg($filename);
16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream …
18 Warning: imagecreatefromjpeg(): '%s' is not a valid JPEG file in %s on line %d
H A Djpg2gd-mb.phpt9 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.g…
22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.…
H A Djpg2gd.phpt9 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd1") ? 'ok' : 'fail…
22 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd2") ? 'ok' : 'fai…
H A Djpeg2png.phpt12 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
25 …echo imagepng(imagecreatefromjpeg($cwd . "/test_jpeg.jpeg"), $cwd . "/test_jpng.png") ? 'ok' : 'fa…
29 …echo imagepng(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_png.png") ? 'ok' : 'fail…
H A Dimageresolution_jpeg.phpt17 $act = imagecreatefromjpeg($filename);
22 $act = imagecreatefromjpeg($filename);
H A Dbug67325.phpt15 $im = imagecreatefromjpeg($filename);
H A Dgif.phpt8 …"imagegif") || !function_exists("imagecreatefromgif") || !function_exists('imagecreatefromjpeg')) {
125 $im = imagecreatefromjpeg($cwd . '/conv_test.jpg');
/PHP-7.4/ext/gd/
H A Dphp_gd.h150 PHP_FUNCTION(imagecreatefromjpeg);
H A Dgd.c944 PHP_FE(imagecreatefromjpeg, arginfo_imagecreatefromjpeg)
2571 PHP_FUNCTION(imagecreatefromjpeg) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS2390 . Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()). (cmb)

Completed in 26 milliseconds