Searched refs:getimagesize (Results 1 – 25 of 29) sorted by relevance
12
/PHP-8.1/ext/standard/tests/image/ |
H A D | getimagesize_variation3.phpt | 2 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 D | bug79877.phpt | 2 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 D | getimagesize_variation4.phpt | 2 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 D | getimagesize_variation_005.phpt | 2 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 D | getimagesize_xbm.phpt | 5 echo "*** Testing getimagesize() : xbm format ***\n"; 6 var_dump(getimagesize(__DIR__ . "/75x50.xbm", $arr)); 11 *** Testing getimagesize() : xbm format ***
|
H A D | bug70052.phpt | 2 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 D | getimagesize_wbmp.phpt | 5 echo "*** Testing getimagesize() : wbmp format ***\n"; 6 var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr)); 11 *** Testing getimagesize() : wbmp format ***
|
H A D | getimagesize_256_ico.phpt | 5 echo "*** Testing getimagesize() : 256px ico ***\n"; 6 var_dump(getimagesize(__DIR__ . "/32x256.ico")); 11 *** Testing getimagesize() : 256px ico ***
|
H A D | getimagesize_tif_mm.phpt | 5 echo "*** Testing getimagesize() : tiff_mm format ***\n"; 6 var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr)); 11 *** Testing getimagesize() : tiff_mm format ***
|
H A D | bug72278.phpt | 2 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 D | bug71848.phpt | 2 Bug #71848 (getimagesize with $imageinfo returns false) 5 var_dump(getimagesize(__DIR__ . '/bug71848.jpg', $info));
|
H A D | getimagesizefromstring1.phpt | 2 Compare getimagesize and getimagesizefromstring 7 $i1 = getimagesize($img);
|
H A D | getimagesize_jpgapp.phpt | 2 Test getimagesize() function : basic functionality - load APP info from jpeg. 13 getimagesize( __DIR__."/testAPP.jpg", $arr);
|
H A D | getimagesize_variation2.phpt | 2 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 D | getimagesize_basic.phpt | 2 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 D | bug75708.phpt | 2 Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers) 36 var_dump(getimagesize('fs://bug75708.jpg', $info));
|
H A D | test.txt | 1 Testing getimagesize
|
H A D | getimagesize_swc.phpt | 13 var_dump(getimagesize(__DIR__ . "/test13pix.swf"));
|
H A D | bug13213.phpt | 8 Warning: getimagesize(): Corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
|
H A D | getimagesize_246x247.phpt | 21 $result[$file] = getimagesize(__DIR__."/$file");
|
H A D | getimagesize_384x385.phpt | 21 $result[$file] = getimagesize(__DIR__."/$file");
|
H A D | iptcembed_002.phpt | 47 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 D | image_type_to_mime_type.phpt | 21 $result[$file] = getimagesize(__DIR__."/$file");
|
H A D | getimagesize.phpt | 21 $result[$file] = getimagesize(__DIR__."/$file");
|
/PHP-8.1/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 30 list($width, $height) = getimagesize($dest_lge); 42 list($width, $height) = getimagesize($dest_sml);
|
Completed in 24 milliseconds
12