Home
last modified time | relevance | path

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

/PHP-7.2/ext/exif/
H A Dexif.c2368 zval tmpi, array; in add_assoc_image_info() local
2375 array_init(&tmpi); in add_assoc_image_info()
2377 ZVAL_COPY_VALUE(&tmpi, value); in add_assoc_image_info()
2394 add_assoc_null(&tmpi, name); in add_assoc_image_info()
2407 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2418 add_index_string(&tmpi, idx++, val); in add_assoc_image_info()
2420 add_assoc_string(&tmpi, name, val); in add_assoc_image_info()
2463 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info()
2480 add_assoc_long(&tmpi, name, info_value->i); in add_assoc_image_info()
2489 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info()
[all …]

Completed in 17 milliseconds