Home
last modified time | relevance | path

Searched refs:image (Results 151 – 175 of 274) sorted by relevance

1234567891011

/PHP-5.4/ext/gd/tests/
H A Dimagefilter_error3.phpt12 $image = imagecreatetruecolor(180, 30);
14 var_dump(imagefilter($image, IMG_FILTER_PIXELATE, 'wrong parameter'));
H A Dimagefilter_error5.phpt12 $image = imagecreatetruecolor(180, 30);
14 var_dump(imagefilter($image, IMG_FILTER_SMOOTH, 'wrong parameter'));
H A Dbug19366.phpt9 echo "Alive: create image\n";
38 //Header("Content-type: image/PNG");
46 Alive: create image
H A Dimageantialias_error1.phpt13 $image = tmpfile();
15 var_dump(imageantialias($image, true));
H A Dimagelayereffect_error2.phpt13 $image = imagecreatetruecolor(180, 30);
15 $layer = imagelayereffect($image, 'IMG_EFFECT_REPLACE');
H A Dimagecreatetruecolor_error1.phpt12 $image = imagecreatetruecolor('s', 30);
13 $image = imagecreatetruecolor(30, 's');
H A Dimageantialias_error2.phpt19 $image = imagecreatetruecolor(180, 30);
21 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
H A Dimagesetbrush_basic.phpt14 // Create the brush image
17 // Create the main image, 100x100
H A Djpeg2wbmp_error1.phpt17 // Create a blank image and add some text
25 // Save the image as 'simpletext.jpg'
H A Dpng2wbmp_error1.phpt17 // Create a blank image and add some text
25 // Save the image as 'simpletext.png'
H A Djpeg2wbmp_error3.phpt17 // Create a blank image and add some text
24 // Save the image as 'simpletext.jpg'
H A Dpng2wbmp_error3.phpt17 // Create a blank image and add some text
24 // Save the image as 'simpletext.png'
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
H A Dopenssl.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
/PHP-5.4/ext/phar/tests/files/
H A Dinclude_path2.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
H A Dnophar.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
H A Dopenssl.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
/PHP-5.4/ext/standard/tests/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 Dimage_type_to_mime_type_variation1.phpt6 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
7 * Source code: ext/standard/image.c
111 string(9) "image/gif"
117 string(9) "image/gif"
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_jpgapp.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
H A Dimage_type_to_mime_type_error.phpt6 …* Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbna…
7 * Source code: ext/standard/image.c
H A Dgetimagesize_error1.phpt6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
/PHP-5.4/ext/exif/tests/
H A Dexif002.phpt11 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
12 test2.jpg is the same image but contains Exif/Comment information and a
/PHP-5.4/ext/dom/tests/
H A Ddom007.phpt21 <!NOTATION GIF PUBLIC "-" "image/gif">
95 Key GIF: GIF (image/gif) (-)
97 Index 0: GIF (image/gif) (-)

Completed in 27 milliseconds

1234567891011