bug72819.phpt 242 B

1234567891011121314
  1. --TEST--
  2. Bug #72819 (EXIF thumbnails not read anymore)
  3. --EXTENSIONS--
  4. exif
  5. --INI--
  6. output_handler=
  7. zlib.output_compression=0
  8. --FILE--
  9. <?php
  10. $infile = __DIR__.'/bug72819.jpg';
  11. var_dump(strlen(exif_thumbnail($infile)));
  12. ?>
  13. --EXPECT--
  14. int(5448)