Home
last modified time | relevance | path

Searched refs:exif_thumbnail (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/exif/tests/
H A Dbug68113.phpt2 Bug #68113 (Heap corruption in exif_thumbnail())
9 var_dump(exif_thumbnail(__DIR__."/bug68113.jpg"));
13 Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s%ebug68113.php on line 2
15 Warning: exif_thumbnail(bug68113.jpg): Invalid JPEG file in %s%ebug68113.php on line 2
H A Dexif002.phpt2 Check for exif_thumbnail
17 $thumb = exif_thumbnail(dirname(__FILE__).'/test2.jpg');
/PHP-5.5/ext/exif/
H A Dphp_exif.h28 PHP_FUNCTION(exif_thumbnail);
H A Dtest.txt23 $image = exif_thumbnail($file);
291 $result = exif_thumbnail($file, $t_width, $t_height);
294 $error = '<b style="color:red">exif_thumbnail returned false</b><br>'.$error;
303 if ( !$fast_output) echo AddInfo("exif_thumbnail",$error,1);
346 $tab2 .= "<tr><th>exif_thumbnail</th><td>$res_exif_thumbnail</td></tr>\n";
H A Dexif.c135 PHP_FE(exif_thumbnail, arginfo_exif_thumbnail)
4136 PHP_FUNCTION(exif_thumbnail) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt12 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
H A Dimage_type_to_mime_type_error.phpt6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
H A Dimage_type_to_mime_type_basic.phpt11 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
H A Dimage_type_to_mime_type_variation2.phpt6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
H A Dimage_type_to_mime_type_variation3.phpt8 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
H A Dimage_type_to_mime_type_variation1.phpt6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
/PHP-5.5/
H A DNEWS894 . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)

Completed in 80 milliseconds