Skip to content

Commit fa81a23

Browse files
committed
ext/exif: Remove bool type coercions in tests
1 parent 5f3e10d commit fa81a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/exif/tests/bug72627.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF)
44
exif
55
--FILE--
66
<?php
7-
$exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,0,true);
7+
$exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,false,true);
88
var_dump($exif);
99
?>
1010
--EXPECTF--

0 commit comments

Comments
 (0)