Searched refs:exif_thumbnail (Results 1 – 13 of 13) sorted by relevance
/PHP-5.6/ext/exif/tests/ |
H A D | bug68113.phpt | 2 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 D | bug73737.phpt | 7 $exif = exif_thumbnail(__DIR__ . '/bug73737.tiff'); 11 Warning: exif_thumbnail(bug73737.tiff): Error in TIFF: filesize(x0030) less than start of IFD dir(x…
|
H A D | exif002.phpt | 2 Check for exif_thumbnail 17 $thumb = exif_thumbnail(dirname(__FILE__).'/test2.jpg');
|
/PHP-5.6/ext/exif/ |
H A D | php_exif.h | 28 PHP_FUNCTION(exif_thumbnail);
|
H A D | test.txt | 23 $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 D | exif.c | 125 PHP_FE(exif_thumbnail, arginfo_exif_thumbnail) 4148 PHP_FUNCTION(exif_thumbnail) in PHP_FUNCTION() argument
|
/PHP-5.6/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation4.phpt | 12 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
H A D | image_type_to_mime_type_error.phpt | 6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
H A D | image_type_to_mime_type_basic.phpt | 11 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
H A D | image_type_to_mime_type_variation2.phpt | 6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
H A D | image_type_to_mime_type_variation3.phpt | 8 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
H A D | image_type_to_mime_type_variation1.phpt | 6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetyp…
|
/PHP-5.6/ |
H A D | NEWS | 1900 . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
|
Completed in 105 milliseconds