Searched refs:imagecreatefromjpeg (Results 1 – 10 of 10) sorted by relevance
2 Bug #77195 (Incorrect error handling of imagecreatefromjpeg())12 @imagecreatefromjpeg($filename);13 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
10 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {23 …echo imagepng(imagecreatefromjpeg($cwd . "/test_jpeg.jpeg"), $cwd . "/test_jpng.png") ? 'ok' : 'fa…27 …echo imagepng(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_png.png") ? 'ok' : 'fail…
11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.g…24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.…
11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd1") ? 'ok' : 'fail…24 …echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd2") ? 'ok' : 'fai…
18 $act = imagecreatefromjpeg($filename);23 $act = imagecreatefromjpeg($filename);
16 $im = imagecreatefromjpeg($filename);
7 …"imagegif") || !function_exists("imagecreatefromgif") || !function_exists('imagecreatefromjpeg')) {124 $im = imagecreatefromjpeg($cwd . '/conv_test.jpg');
615 ZEND_FUNCTION(imagecreatefromjpeg);756 ZEND_FE(imagecreatefromjpeg, arginfo_imagecreatefromjpeg)
559 function imagecreatefromjpeg(string $filename): GdImage|false {} function
1626 PHP_FUNCTION(imagecreatefromjpeg) in PHP_FUNCTION() argument
Completed in 26 milliseconds