Home
last modified time | relevance | path

Searched refs:getimagesize (Results 1 – 25 of 33) sorted by relevance

12

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt2 Test getimagesize() function : variation - Passing non image files
5 /* Prototype : array getimagesize(string imagefile [, array info])
25 echo "*** Testing getimagesize() : variation ***\n";
30 var_dump( getimagesize(__DIR__."/$filename" ) );
31 var_dump( getimagesize(__DIR__."/$filename", $info) );
37 *** Testing getimagesize() : variation ***
53 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
56 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
63 Notice: getimagesize(): Read error! in %s on line %d
66 Notice: getimagesize(): Read error! in %s on line %d
H A Dgetimagesize_variation4.phpt2 Test getimagesize() function : variation - For shockwave-flash format
11 /* Prototype : array getimagesize(string imagefile [, array info])
16 echo "*** Testing getimagesize() : variation ***\n";
18 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
23 *** Testing getimagesize() : variation ***
H A Dgetimagesize_variation_005.phpt2 Test getimagesize() function : basic functionality for shockwave-flash
11 /* Prototype : array getimagesize(string imagefile [, array info])
16 echo "*** Testing getimagesize() : basic functionality ***\n";
18 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
23 *** Testing getimagesize() : basic functionality ***
H A Dgetimagesize_xbm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
11 echo "*** Testing getimagesize() : xbm format ***\n";
12 var_dump(getimagesize(__DIR__ . "/75x50.xbm", $arr));
18 *** Testing getimagesize() : xbm format ***
H A Dbug79877.phpt2 Bug #79877 (getimagesize function silently truncates after a null byte)
5 var_dump(getimagesize("/tmp/a.png\0xx"));
8 Warning: getimagesize(): Invalid path in %s on line %d
H A Dgetimagesize_wbmp.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
11 echo "*** Testing getimagesize() : wbmp format ***\n";
12 var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr));
18 *** Testing getimagesize() : wbmp format ***
H A Dgetimagesize_tif_mm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
11 echo "*** Testing getimagesize() : tiff_mm format ***\n";
12 var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr));
18 *** Testing getimagesize() : tiff_mm format ***
H A Dbug70052.phpt2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
5 var_dump(getimagesize(__DIR__ . '/bug70052_1.wbmp'));
6 var_dump(getimagesize(__DIR__ . '/bug70052_2.wbmp'));
H A Dgetimagesize_256_ico.phpt5 echo "*** Testing getimagesize() : 256px ico ***\n";
6 var_dump(getimagesize(__DIR__ . "/32x256.ico"));
11 *** Testing getimagesize() : 256px ico ***
H A Dbug72278.phpt2 Bug #72278 (getimagesize returning FALSE on valid jpg)
7 var_dump(getimagesize(FILENAME));
11 Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
5 /* Prototype : proto array getimagesize(string imagefile [, array info])
19 getimagesize( __DIR__."/testAPP.jpg", $arr);
H A Dbug71848.phpt2 Bug #71848 (getimagesize with $imageinfo returns false)
5 var_dump(getimagesize(__DIR__ . '/bug71848.jpg', $info));
H A Dgetimagesizefromstring1.phpt2 Compare getimagesize and getimagesizefromstring
7 $i1 = getimagesize($img);
H A Dgetimagesize_basic.phpt2 Test getimagesize() function : basic functionality
5 /* Prototype : array getimagesize(string imagefile [, array info])
39 echo "*** Testing getimagesize() : basic functionality ***\n";
44 var_dump( getimagesize(__DIR__."/$filename", $info) );
50 *** Testing getimagesize() : basic functionality ***
H A Dgetimagesize_variation2.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 2
5 /* Prototype : proto array getimagesize(string imagefile [, array info])
16 echo "*** Testing getimagesize() : usage variations ***\n";
76 getimagesize($imagefile, $value);
83 *** Testing getimagesize() : usage variations ***
H A Dtest.txt1 Testing getimagesize
H A Dgetimagesize_swc.phpt11 var_dump(getimagesize(__DIR__ . "/test13pix.swf"));
H A Dbug13213.phpt8 Warning: getimagesize(): corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
H A Dgetimagesize_246x247.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dgetimagesize_384x385.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dimage_type_to_mime_type_variation4.phpt12 …* 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 Dimage_type_to_mime_type_basic.phpt7 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
/PHP-7.4/ext/standard/
H A Dphp_image.h23 PHP_FUNCTION(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 24 milliseconds

12