summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/getimagesize_jpgapp.phpt
blob: 5577d940602721f1a5d6a2a895036ae1c42b5c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--TEST--
Test getimagesize() function : basic functionality - load APP info from jpeg.
--FILE--
<?php
/*
 * Load APP info from jpeg
 */

$arr['this'] = "will";
$arr['all'] = "be destroyed!";
$arr['APP1'] = "and this too";

getimagesize( __DIR__."/testAPP.jpg", $arr);

foreach ($arr as $key => $value) {
    echo "$key - length: ". strlen($value) ."; md5: " . md5($value) .  "\n" ;
}

?>
--EXPECT--
APP1 - length: 1717; md5: 02cbf4ba6640c131422483138c968516
APP2 - length: 7275; md5: f5036ccca2031e8bf932bcbd4aca4355
APP13 - length: 42; md5: 2202998bd05e78bcb419f08c070d6f61