Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Djpg2gd.phpt9 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd2") ? 'ok' : 'failed';
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.jpeg"), $cwd . "/test_png.png") ? 'ok' : 'fai…
H A Dgif.phpt9 …"imagegif") || !function_exists("imagecreatefromgif") || !function_exists('imagecreatefromjpeg')) {
126 $im = imagecreatefromjpeg($cwd . '/conv_test.jpeg');
/PHP-5.5/ext/gd/
H A Dphp_gd.h146 PHP_FUNCTION(imagecreatefromjpeg);
H A Dgd.c947 PHP_FE(imagecreatefromjpeg, arginfo_imagecreatefromjpeg)
2469 PHP_FUNCTION(imagecreatefromjpeg) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS1747 . Fixed Bug #65084 (imagecreatefromjpeg fails with URL). (Remi)

Completed in 55 milliseconds