Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt2 Test getimagesize() function : variation - Passing non image files
19 echo "*** Testing getimagesize() : variation ***\n";
24 var_dump( getimagesize(__DIR__."/$filename" ) );
25 var_dump( getimagesize(__DIR__."/$filename", $info) );
30 *** Testing getimagesize() : variation ***
46 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
49 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
56 Notice: getimagesize(): Error reading from %s! in %s on line %d
59 Notice: getimagesize(): Error reading from %s! in %s on line %d
H A Dbug79877.phpt2 Bug #79877 (getimagesize function silently truncates after a null byte)
5 var_dump(getimagesize("/tmp/a.png\0xx"));
8 Fatal error: Uncaught ValueError: getimagesize(): Argument #1 ($filename) must not contain any null…
10 #0 %s(%d): getimagesize('/tmp/a.png\x00xx')
H A Dgetimagesize_variation4.phpt2 Test getimagesize() function : variation - For shockwave-flash format
13 echo "*** Testing getimagesize() : variation ***\n";
15 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
19 *** Testing getimagesize() : variation ***
H A Dgetimagesize_variation_005.phpt2 Test getimagesize() function : basic functionality for shockwave-flash
13 echo "*** Testing getimagesize() : basic functionality ***\n";
15 var_dump( getimagesize(__DIR__."/test13pix.swf", $info) );
19 *** Testing getimagesize() : basic functionality ***
H A Dgetimagesize_xbm.phpt5 echo "*** Testing getimagesize() : xbm format ***\n";
6 var_dump(getimagesize(__DIR__ . "/75x50.xbm", $arr));
11 *** Testing getimagesize() : xbm 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_wbmp.phpt5 echo "*** Testing getimagesize() : wbmp format ***\n";
6 var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr));
11 *** Testing getimagesize() : wbmp format ***
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 Dgetimagesize_tif_mm.phpt5 echo "*** Testing getimagesize() : tiff_mm format ***\n";
6 var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr));
11 *** Testing getimagesize() : tiff_mm format ***
H A Dbug72278.phpt2 Bug #72278 (getimagesize returning FALSE on valid jpg)
7 var_dump(getimagesize(FILENAME));
10 Warning: getimagesize(): Corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
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_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
13 getimagesize( __DIR__."/testAPP.jpg", $arr);
H A Dgetimagesize_variation2.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 2
10 echo "*** Testing getimagesize() : usage variations ***\n";
70 getimagesize($imagefile, $value);
76 *** Testing getimagesize() : usage variations ***
H A Dgetimagesize_basic.phpt2 Test getimagesize() function : basic functionality
34 echo "*** Testing getimagesize() : basic functionality ***\n";
39 var_dump( getimagesize(__DIR__."/$filename", $info) );
44 *** Testing getimagesize() : basic functionality ***
H A Dbug75708.phpt2 Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers)
36 var_dump(getimagesize('fs://bug75708.jpg', $info));
H A Dtest.txt1 Testing getimagesize
H A Dgetimagesize_swc.phpt13 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 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.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
H A Dgetimagesize.phpt21 $result[$file] = getimagesize(__DIR__."/$file");
/PHP-8.1/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt30 list($width, $height) = getimagesize($dest_lge);
42 list($width, $height) = getimagesize($dest_sml);

Completed in 28 milliseconds

12