Skip to content

Commit c025cf4

Browse files
committed
Rename uppercase JPG file to lowercase jpg
To not introduce new file type and since it is not related to a test. Lowercase JPG file type more common and recommended to use.
1 parent 6be6cac commit c025cf4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/exif/tests/bug77184/bug77184.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output_handler=
77
zlib.output_compression=0
88
--FILE--
99
<?php
10-
$infile = __DIR__.'/DJI_0245_tiny.JPG';
10+
$infile = __DIR__.'/DJI_0245_tiny.jpg';
1111
$tags = exif_read_data($infile);
1212
echo $tags['GPSLatitude'][2], PHP_EOL;
1313
echo $tags['GPSLongitude'][2], PHP_EOL;

0 commit comments

Comments
 (0)