We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3e10d commit fa81a23Copy full SHA for fa81a23
ext/exif/tests/bug72627.phpt
@@ -4,7 +4,7 @@ Bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF)
4
exif
5
--FILE--
6
<?php
7
- $exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,0,true);
+ $exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,false,true);
8
var_dump($exif);
9
?>
10
--EXPECTF--
0 commit comments