Home
last modified time | relevance | path

Searched refs:tmpi (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/exif/
H A Dexif.c2440 zval tmpi, array; in add_assoc_image_info() local
2447 array_init(&tmpi); in add_assoc_image_info()
2449 ZVAL_COPY_VALUE(&tmpi, value); in add_assoc_image_info()
2466 add_assoc_null(&tmpi, name); in add_assoc_image_info()
2479 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2490 add_index_string(&tmpi, idx++, val); in add_assoc_image_info()
2492 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 17 milliseconds