/PHP-7.0/ext/standard/tests/image/ |
H A D | getimagesize_error1.phpt | 2 Test getimagesize() function : error conditions - wrong number of args 5 /* Prototype : proto array getimagesize(string imagefile [, array info]) 11 echo "*** Testing getimagesize() : error conditions ***\n"; 14 echo "\n-- Testing getimagesize() function with Zero arguments --\n"; 15 var_dump( getimagesize() ); 17 //Test getimagesize with one more than the expected number of arguments 22 var_dump( getimagesize($imagefile, $info, $extra_arg) ); 27 *** Testing getimagesize() : error conditions *** 29 -- Testing getimagesize() function with Zero arguments -- 31 Warning: getimagesize() expects at least 1 parameter, 0 given in %s on line %d [all …]
|
H A D | getimagesize_variation1.phpt | 16 echo "*** Testing getimagesize() : usage variations ***\n"; 76 var_dump( getimagesize($value, $info) ); 82 *** Testing getimagesize() : usage variations *** 143 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 147 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 155 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 163 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 167 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 171 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) 179 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d) [all …]
|
H A D | getimagesize_variation_003.phpt | 2 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(dirname(__FILE__)."/$filename" ) ); 31 var_dump( getimagesize(dirname(__FILE__)."/$filename", $info) ); 37 *** Testing getimagesize() : variation *** 53 Warning: getimagesize(%s): failed to open stream: No such file or directory in %s on line %d 56 Warning: getimagesize(%s): failed to open stream: No such file or directory in %s on line %d 63 Notice: getimagesize(): Read error! in %s on line %d 66 Notice: getimagesize(): Read error! in %s on line %d
|
H A D | getimagesize_variation3.phpt | 2 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(dirname(__FILE__)."/$filename" ) ); 31 var_dump( getimagesize(dirname(__FILE__)."/$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 D | getimagesize_variation4.phpt | 2 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(dirname(__FILE__)."/test13pix.swf", $info) ); 23 *** Testing getimagesize() : variation ***
|
H A D | getimagesize_variation_005.phpt | 2 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(dirname(__FILE__)."/test13pix.swf", $info) ); 23 *** Testing getimagesize() : basic functionality ***
|
H A D | getimagesize_wbmp.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 17 echo "*** Testing getimagesize() : wbmp format ***\n"; 18 var_dump(getimagesize(dirname(__FILE__) . "/75x50.wbmp", $arr)); 24 *** Testing getimagesize() : wbmp format ***
|
H A D | getimagesize_xbm.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 17 echo "*** Testing getimagesize() : xbm format ***\n"; 18 var_dump(getimagesize(dirname(__FILE__) . "/75x50.xbm", $arr)); 24 *** 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_tif_mm.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 17 echo "*** Testing getimagesize() : tiff_mm format ***\n"; 18 var_dump(getimagesize(dirname(__FILE__) . "/2x2mm.tif", $arr)); 24 *** Testing getimagesize() : tiff_mm format ***
|
H A D | bug72278.phpt | 2 Bug #72278 (getimagesize returning FALSE on valid jpg) 11 var_dump(getimagesize(FILENAME)); 16 Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
|
H A D | getimagesize_jpgapp.phpt | 2 Test getimagesize() function : basic functionality - load APP info from jpeg. 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 25 getimagesize( dirname(__FILE__)."/testAPP.jpg", $arr);
|
H A D | getimagesizefromstring1.phpt | 2 Compare getimagesize and getimagesizefromstring 7 $i1 = getimagesize($img);
|
H A D | getimagesize_basic.phpt | 2 Test getimagesize() function : basic functionality 5 /* Prototype : array getimagesize(string imagefile [, array info]) 39 echo "*** Testing getimagesize() : basic functionality ***\n"; 44 var_dump( getimagesize(dirname(__FILE__)."/$filename", $info) ); 50 *** Testing getimagesize() : basic functionality ***
|
H A D | getimagesize_variation2.phpt | 2 Test getimagesize() function : usage variations - unexpected type for arg 2 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 22 echo "*** Testing getimagesize() : usage variations ***\n"; 82 getimagesize($imagefile, $value); 89 *** Testing getimagesize() : usage variations ***
|
H A D | test.txt | 1 Testing getimagesize
|
H A D | getimagesize_swc.phpt | 11 var_dump(getimagesize(dirname(__FILE__) . "/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(dirname(__FILE__)."/$file");
|
H A D | getimagesize_384x385.phpt | 21 $result[$file] = getimagesize(dirname(__FILE__)."/$file");
|
H A D | image_type_to_mime_type_variation4.phpt | 12 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
|
H A D | image_type_to_mime_type_error.phpt | 6 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
|
H A D | image_type_to_mime_type_basic.phpt | 11 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
|
/PHP-7.0/ext/standard/ |
H A D | php_image.h | 25 PHP_FUNCTION(getimagesize);
|
/PHP-7.0/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 39 list($width, $height) = getimagesize($dest_lge); 51 list($width, $height) = getimagesize($dest_sml);
|