Home
last modified time | relevance | path

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

12

/PHP-7.4/
H A DNEWS207 . Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
769 . Fixed bug #79877 (getimagesize function silently truncates after a null
H A DUPGRADING514 getimagesize().
/PHP-7.4/ext/standard/tests/image/
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 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 Dbug71848.phpt2 Bug #71848 (getimagesize with $imageinfo returns false)
5 var_dump(getimagesize(__DIR__ . '/bug71848.jpg', $info));
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_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_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 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 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 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_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_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 Dimage_type_to_mime_type_variation2.phpt6 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
H A Dimage_type_to_mime_type_variation3.phpt8 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
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 Dbug13213.phpt8 Warning: getimagesize(): corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
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.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dgetimagesize_246x247.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
/PHP-7.4/ext/standard/
H A Dimage.c1534 PHP_FUNCTION(getimagesize) in PHP_FUNCTION() argument
H A Dbasic_functions.c2760 PHP_FE(getimagesize, arginfo_getimagesize)
H A Dphp_image.h23 PHP_FUNCTION(getimagesize);

Completed in 42 milliseconds

12