Home
last modified time | relevance | path

Searched refs:getimagesize (Results 26 – 33 of 33) sorted by last modified time

12

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_384x385.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dgetimagesize_swc.phpt11 var_dump(getimagesize(__DIR__ . "/test13pix.swf"));
H A Dgetimagesizefromstring1.phpt2 Compare getimagesize and getimagesizefromstring
7 $i1 = getimagesize($img);
H A Dimage_type_to_mime_type.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dimage_type_to_mime_type_basic.phpt7 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
78 $ret = getimagesize($file2,$info);
79 if ($ret===false) { echo "getimagesize error".PHP_EOL;exit(1); }
H A Dtest.txt1 Testing getimagesize
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt38 list($width, $height) = getimagesize($dest_lge);
50 list($width, $height) = getimagesize($dest_sml);

Completed in 22 milliseconds

12