mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/exif: Remove bool type coercions in tests
This commit is contained in:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user