1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
This commit is contained in:
Anatol Belski
2017-08-01 11:56:23 +02:00
parent ce1a0d971b
commit 2164e3a0b8
+1 -1
View File
@@ -7,7 +7,7 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php
$infile = dirname(__FILE__).'/bug73115.JPG';
$infile = dirname(__FILE__).'/bug73115.jpg';
var_dump(count(exif_read_data($infile)));
?>
===DONE===