summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug72819/bug72819.phpt
blob: d99a15c1972cc1ba2bc3947cd8b31e62ea77263a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Bug #72819 (EXIF thumbnails not read anymore)
--SKIPIF--
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
--INI--
output_handler=
zlib.output_compression=0
--FILE--
<?php
$infile = dirname(__FILE__).'/bug72819.jpg';
var_dump(strlen(exif_thumbnail($infile)));
?>
===DONE===
--EXPECT--
int(5448)
===DONE===