Searched refs:tmpi (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 2476 zval tmpi; in add_assoc_image_info() local 2478 array_init(&tmpi); in add_assoc_image_info() 2480 ZVAL_COPY_VALUE(&tmpi, value); in add_assoc_image_info() 2493 add_assoc_null(&tmpi, name); in add_assoc_image_info() 2506 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info() 2515 add_index_string(&tmpi, idx++, val); in add_assoc_image_info() 2517 add_assoc_string(&tmpi, name, val); in add_assoc_image_info() 2562 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info() 2580 add_assoc_long(&tmpi, name, info_value->i); in add_assoc_image_info() 2589 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info() [all …]
|
Completed in 15 milliseconds