mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix test
This commit is contained in:
parent
e63632d234
commit
146b1a3928
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Bug # 34704 (Infinite recursion due to corrupt JPEG)
|
||||
Bug #34704 (Infinite recursion due to corrupt JPEG)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
|
||||
--INI--
|
||||
|
@ -8,7 +8,6 @@ output_handler=
|
|||
zlib.output_compression=0
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
$infile = dirname(__FILE__).'/bug34704.jpg';
|
||||
var_dump(exif_read_data($infile));
|
||||
?>
|
||||
|
@ -18,7 +17,7 @@ array(7) {
|
|||
["FileName"]=>
|
||||
string(12) "bug34704.jpg"
|
||||
["FileDateTime"]=>
|
||||
int(1128866682)
|
||||
int(%d)
|
||||
["FileSize"]=>
|
||||
int(9976)
|
||||
["FileType"]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue