We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f066470 commit d396d9cCopy full SHA for d396d9c
ext/exif/tests/002.phpt
@@ -4,14 +4,15 @@ Check for exif_thumbnail
4
<?php if (!extension_loaded("exif")) print "skip";?>
5
--INI--
6
magic_quotes_runtime=0
7
+output_handler =
8
+zlib.output_compression = Off
9
--FILE--
10
<?php
11
/*
12
test1.jpg is a 1*1 image that does not contain any Exif/Comment information
13
test2.jpg is the same image but contains Exif/Comment information and a
14
copy of test1.jpg as a thumbnail.
15
*/
-if (function_exists("ob_end_clean")) ob_end_clean();
16
$infile= './ext/exif/tests/test1.jpg';
17
$fp = fopen($infile,'rb');
18
$image = fread($fp,filesize($infile));
0 commit comments