summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug68547.phpt
blob: 894c76806d8d2b3c7e22cf510c32b1ce4b926308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #68547 (Exif Header component value check error)
--SKIPIF--
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
--FILE--
<?php
exif_read_data(__DIR__ . DIRECTORY_SEPARATOR . 'bug68547.jpg');
?>
===DONE===
--EXPECTF--
Warning: exif_read_data(bug68547.jpg): Process tag(x9C9E=Keywords   ): Illegal components(%d) in %sbug68547.php on line %d
===DONE===