summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug72819/bug72819.phpt
blob: 0813c8a5eb4900e1606b5a3675aae24fb4cf88b6 (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 = __DIR__.'/bug72819.jpg';
var_dump(strlen(exif_thumbnail($infile)));
?>
===DONE===
--EXPECT--
int(5448)
===DONE===