diff options
| author | foobar <sniper@php.net> | 2005-10-10 05:56:53 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-10-10 05:56:53 +0000 |
| commit | 146b1a3928f9dbf61d5d1500838cf7029db22ef6 (patch) | |
| tree | 47f32e1e5de5b99afc97f68994b2ee291a4f24c1 /ext/exif | |
| parent | e63632d234ba407cde38d6ca938c6cf5a3d6d1ef (diff) | |
| download | php-git-146b1a3928f9dbf61d5d1500838cf7029db22ef6.tar.gz | |
fix test
Diffstat (limited to 'ext/exif')
| -rwxr-xr-x | ext/exif/tests/bug34704.phpt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/exif/tests/bug34704.phpt b/ext/exif/tests/bug34704.phpt index ee51910e3f..8af34b3c42 100755 --- a/ext/exif/tests/bug34704.phpt +++ b/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-- @@ -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"]=> @@ -41,4 +40,4 @@ array(7) { int(0) } } -===DONE===
\ No newline at end of file +===DONE=== |
