Skip to content

Commit

Permalink
MFH: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Oct 10, 2005
1 parent 1398c55 commit 85fff3d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ext/exif/tests/bug34704.phpt
@@ -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--
Expand All @@ -8,7 +8,6 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php

$infile = dirname(__FILE__).'/bug34704.jpg';
var_dump(exif_read_data($infile));
?>
Expand All @@ -18,7 +17,7 @@ array(7) {
["FileName"]=>
string(12) "bug34704.jpg"
["FileDateTime"]=>
int(1128866682)
int(%d)
["FileSize"]=>
int(9976)
["FileType"]=>
Expand All @@ -41,4 +40,4 @@ array(7) {
int(0)
}
}
===DONE===
===DONE===

0 comments on commit 85fff3d

Please sign in to comment.