Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c356 zval t_map, *return_value; in mail_getquota() local
362 array_init(&t_map); in mail_getquota()
370 add_assoc_long_ex(&t_map, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
371 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
372 add_assoc_zval_ex(return_value, qlist->name, strlen(qlist->name), &t_map); in mail_getquota()

Completed in 12 milliseconds