Home
last modified time | relevance | path

Searched refs:image (Results 176 – 200 of 224) sorted by relevance

123456789

/PHP-8.0/ext/exif/tests/
H A Dexif008.phpt23 string(10) "image/jpeg"
H A Dexif009.phpt23 string(10) "image/jpeg"
H A Dexif010.phpt23 string(10) "image/jpeg"
H A Dexif011.phpt23 string(10) "image/jpeg"
H A Dexif012.phpt23 string(10) "image/jpeg"
H A Dexif013.phpt23 string(10) "image/jpeg"
H A Dexif014.phpt23 string(10) "image/jpeg"
H A Dexif015.phpt23 string(10) "image/jpeg"
/PHP-8.0/
H A D.appveyor.yml3 image: Visual Studio 2019
/PHP-8.0/.github/workflows/
H A Dpush.yml68 image: ubuntu:20.04
75 image: mysql:8
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます618 !:mime image/jp2
702 !:mime image/jp2
704 !:mime image/jp2
707 !:mime image/jpm
709 !:mime image/jpx
2027 #>0x410 string disk\ image UDIF read/write image (UDRW)
7134 #!:mime image/image/svg+xml-compressed
7147 #!:mime image/image/svg+xml-compressed
12264 0 string \0ntfsclone-image ntfsclone image,
17609 # Sony SRF raw image (image/x-sony-srf)
[all …]
H A Dmagic618 !:mime image/jp2
702 !:mime image/jp2
704 !:mime image/jp2
707 !:mime image/jpm
709 !:mime image/jpx
2027 #>0x410 string disk\ image UDIF read/write image (UDRW)
7134 #!:mime image/image/svg+xml-compressed
7147 #!:mime image/image/svg+xml-compressed
12264 0 string \0ntfsclone-image ntfsclone image,
17609 # Sony SRF raw image (image/x-sony-srf)
[all …]
/PHP-8.0/ext/gd/tests/
H A Dimagecreatefromstring_bmp.phpt10 // create an image from a BMP string representation
H A Dbug65148.phpt2 Bug #65148 (imagerotate may alter image dimensions)
/PHP-8.0/ext/pcre/tests/
H A D005.phpt28 /p2/var/php_gcov/PHP_4_4/ext/standard/image.c: In function `php_handle_jpc':
29 /p2/var/php_gcov/PHP_4_4/ext/standard/image.c:604: warning: unused variable `dummy_int'
243 [0] => /p2/var/php_gcov/PHP_4_4/ext/standard/image.c: In function `php_handle_jpc':
244 /p2/var/php_gcov/PHP_4_4/ext/standard/image.c:604: warning: unused variable `dummy_int'
245 [1] => /p2/var/php_gcov/PHP_4_4/ext/standard/image.c: In function `php_handle_jpc':
247 [2] => /p2/var/php_gcov/PHP_4_4/ext/standard/image.c
250 [5] => /p2/var/php_gcov/PHP_4_4/ext/standard/image.c
H A Dpreg_match_error4.phpt305 "name": "intervention\\/image",
856 "intervention\\/image": "2.3.6",
/PHP-8.0/ext/standard/
H A Dconfig.w3230 file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
/PHP-8.0/ext/gd/libgd/
H A Dgd.h401 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
603 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
604 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
/PHP-8.0/ext/standard/html_tables/
H A Dents_html401.txt158 image 2111
H A Dents_xhtml.txt190 image 2111
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt180 [ℑ] => ℑ
H A Dget_html_translation_table_basic2.phpt294 string(7) "ℑ"
803 string(7) "ℑ"
1310 string(7) "ℑ"
H A Dhtml_entity_decode_html4.phpt193 "ℑ",
H A Dget_html_translation_table_basic1.phpt281 string(7) "ℑ"
/PHP-8.0/ext/gd/
H A Dgd.c165 gdImagePtr image; member
192 return php_gd_exgdimage_from_zobj_p(Z_OBJ_P(zp))->image; in php_gd_libgdimageptr_from_zval_p()
212 if (img_obj_ptr->image) { in php_gd_image_object_free()
213 gdImageDestroy(img_obj_ptr->image); in php_gd_image_object_free()
224 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage() argument
227 php_gd_exgdimage_from_zobj_p(Z_OBJ_P(val))->image = image; in php_gd_assign_libgdimageptr_as_extgdimage()

Completed in 155 milliseconds

123456789