Home
last modified time | relevance | path

Searched refs:image (Results 26 – 50 of 266) sorted by last modified time

1234567891011

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt2 Test getimagesize() function : variation - Passing non image files
6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
15 //File containing forcibly corrupted bmp image
H A Dgetimagesize_variation4.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
H A Dgetimagesize_variation_005.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
H A Dgetimagesize_wbmp.phpt6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
29 string(18) "image/vnd.wap.wbmp"
H A Dgetimagesize_xbm.phpt6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
29 string(9) "image/xbm"
H A Dimage_type_to_mime_type_variation2.phpt6 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
7 * Source code: ext/standard/image.c
49 string(9) "image/gif"
58 string(10) "image/jpeg"
61 string(10) "image/tiff"
73 string(9) "image/gif"
H A Dimage_type_to_mime_type_variation3.phpt27 string\(9\) "image\/gif"
30 string\(10\) "image\/jpeg"
33 string\(9\) "image\/png"
39 string\(9\) "image\/psd"
42 string\(9\) "image\/bmp"
45 string\(10\) "image\/tiff"
48 string\(10\) "image\/tiff"
54 string\(9\) "image\/jp2"
66 string\(9\) "image\/iff"
72 string\(9\) "image\/xbm"
[all …]
H A Dimage_type_to_mime_type_variation4.phpt12 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
13 * Source code: ext/standard/image.c
27 string(24) "image/vnd.microsoft.icon"
/PHP-7.4/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt12 'stream_rfc2397_003.gif' => 'data://image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt66 'bmp' => 'image/bmp',
68 'gif' => 'image/gif',
72 'ico' => 'image/x-ico',
73 'jpe' => 'image/jpeg',
74 'jpg' => 'image/jpeg',
75 'jpeg' => 'image/jpeg',
85 'png' => 'image/png',
87 'tif' => 'image/tiff',
90 'xbm' => 'image/xbm',
360 'bmp' => 'image/bmp',
[all …]
H A Dphar_setdefaultstub.phpt86 'bmp' => 'image/bmp',
88 'gif' => 'image/gif',
92 'ico' => 'image/x-ico',
93 'jpe' => 'image/jpeg',
94 'jpg' => 'image/jpeg',
95 'jpeg' => 'image/jpeg',
105 'png' => 'image/png',
107 'tif' => 'image/tiff',
108 'tiff' => 'image/tiff',
110 'xbm' => 'image/xbm',
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt305 "name": "intervention\\/image",
856 "intervention\\/image": "2.3.6",
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error3.phpt12 $image = imagecreatetruecolor(50, 50);
15 imagetruecolortopalette($image, true, 'string');
16 imagetruecolortopalette($image, true, $resource);
17 imagetruecolortopalette($image, true, array());
18 imagetruecolortopalette($image, true, null);
H A Djpeg2wbmp_error1.phpt17 // Create a blank image and add some text
25 // Save the image as 'simpletext.jpg'
H A Djpeg2wbmp_error3.phpt17 // Create a blank image and add some text
24 // Save the image as 'simpletext.jpg'
H A Dimagetruecolortopalette_error4.phpt12 $image = imagecreatetruecolor(50, 50);
14 imagetruecolortopalette($image, true, 0);
15 imagetruecolortopalette($image, true, -1);
H A Dimagewbmp_nullbyte_injection.phpt17 $image = imagecreate(1,1);// 1px image
18 var_dump(imagewbmp($image, "./foo\0bar"));
H A Dimagewebp_nullbyte_injection.phpt17 $image = imagecreate(1,1);// 1px image
18 var_dump(imagewebp($image, "./foo\0bar"));
H A Dimagexbm_nullbyte_injection.phpt9 $image = imagecreate(1,1);// 1px image
10 var_dump(imagexbm($image, "./foo\0bar"));
H A Dpng2wbmp_error1-mb.phpt17 // Create a blank image and add some text
25 // Save the image as 'simpletext.png'
H A Dpng2wbmp_error1.phpt17 // Create a blank image and add some text
25 // Save the image as 'simpletext.png'
H A Dpng2wbmp_error3.phpt17 // Create a blank image and add some text
24 // Save the image as 'simpletext.png'
H A Dimagestring_error2.phpt2 Testing error on non-image resource parameter 1 of imagestring() of GD library
H A Dimagestringup_error2.phpt2 Testing error on non-image resource parameter 1 of imagestringup() of GD library
H A Dbug75111.phpt2 Bug #75111 (Memory disclosure or DoS via crafted .bmp image)
9 // craft BMP image
11 $str .= pack("V", -0x120000); // offset of image data

Completed in 34 milliseconds

1234567891011