mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/exif: Remove bool type coercions in tests
This commit is contained in:
parent
5f3e10de8b
commit
fa81a23138
1 changed files with 1 additions and 1 deletions
|
@ -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--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue