mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
fix test
This commit is contained in:
@@ -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===
|
||||
|
||||
Reference in New Issue
Block a user