Home
last modified time | relevance | path

Searched refs:image (Results 201 – 225 of 238) sorted by relevance

12345678910

/PHP-8.3/ext/gd/tests/
H A Dbug65148.phpt2 Bug #65148 (imagerotate may alter image dimensions)
H A Dimagecreatefromstring_bmp.phpt11 // create an image from a BMP string representation
/PHP-8.3/ext/exif/tests/
H A Dexif015.phpt23 string(10) "image/jpeg"
H A Dexif016.phpt23 string(10) "image/tiff"
H A Dexif017.phpt23 string(10) "image/tiff"
H A Dexif026.phpt23 string(10) "image/tiff"
H A Dexif027.phpt23 string(10) "image/tiff"
H A Dexif_read_data_streams.phpt27 string(10) "image/tiff"
H A Dexif018.phpt23 string(10) "image/tiff"
H A Dexif020.phpt23 string(10) "image/tiff"
H A Dexif021.phpt23 string(10) "image/tiff"
H A Dexif022.phpt23 string(10) "image/tiff"
/PHP-8.3/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.3/ext/standard/
H A Dconfig.w3230 file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
/PHP-8.3/ext/gd/libgd/
H A Dgd.h405 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
607 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
608 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
/PHP-8.3/ext/standard/html_tables/
H A Dents_html401.txt158 image 2111
H A Dents_xhtml.txt190 image 2111
/PHP-8.3/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) "ℑ"
H A Dhtmlentities_html4.phpt249 ℑ U+02111
/PHP-8.3/.github/workflows/
H A Dnightly.yml46 image: postgres
157image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || …
160 image: mysql:8.3
290 image: postgres
505 image: postgres
/PHP-8.3/ext/gd/
H A Dgd.c141 gdImagePtr image; member
168 return php_gd_exgdimage_from_zobj_p(Z_OBJ_P(zp))->image; in php_gd_libgdimageptr_from_zval_p()
187 if (img_obj_ptr->image) { in php_gd_image_object_free()
188 gdImageDestroy(img_obj_ptr->image); in php_gd_image_object_free()
199 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage() argument
202 php_gd_exgdimage_from_zobj_p(Z_OBJ_P(val))->image = image; in php_gd_assign_libgdimageptr_as_extgdimage()

Completed in 461 milliseconds

12345678910