Searched refs:tmpi (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/exif/ |
H A D | exif.c | 2450 zval tmpi; in add_assoc_image_info() local 2452 array_init(&tmpi); in add_assoc_image_info() 2454 ZVAL_COPY_VALUE(&tmpi, value); in add_assoc_image_info() 2467 add_assoc_null(&tmpi, name); in add_assoc_image_info() 2480 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info() 2489 add_index_string(&tmpi, idx++, val); in add_assoc_image_info() 2491 add_assoc_string(&tmpi, name, val); in add_assoc_image_info() 2535 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info() 2552 add_assoc_long(&tmpi, name, info_value->i); in add_assoc_image_info() 2561 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info() [all …]
|
Completed in 16 milliseconds