ext/exif: Remove bool type coercions in tests

This commit is contained in:
Gina Peter Banyard 2025-06-21 22:07:54 +02:00
parent 5f3e10de8b
commit fa81a23138

View file

@ -4,7 +4,7 @@ Bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF)
exif
--FILE--
<?php
$exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,0,true);
$exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,false,true);
var_dump($exif);
?>
--EXPECTF--