Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug77195.phpt2 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
H A Djpeg2png.phpt10 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…
H A Djpg2gd-mb.phpt11 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私はガラスを食べられます.…
H A Djpg2gd.phpt11 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…
H A Dimageresolution_jpeg.phpt18 $act = imagecreatefromjpeg($filename);
23 $act = imagecreatefromjpeg($filename);
H A Dbug67325.phpt16 $im = imagecreatefromjpeg($filename);
H A Dgif.phpt7 …"imagegif") || !function_exists("imagecreatefromgif") || !function_exists('imagecreatefromjpeg')) {
124 $im = imagecreatefromjpeg($cwd . '/conv_test.jpg');
/php-src/ext/gd/
H A Dgd_arginfo.h614 ZEND_FUNCTION(imagecreatefromjpeg);
754 ZEND_FE(imagecreatefromjpeg, arginfo_imagecreatefromjpeg)
H A Dgd.stub.php559 function imagecreatefromjpeg(string $filename): GdImage|false {} function
H A Dgd.c1621 PHP_FUNCTION(imagecreatefromjpeg) in PHP_FUNCTION() argument

Completed in 30 milliseconds