Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/
H A Dphp_imap.c337 zval t_map, *return_value; in mail_getquota() local
343 array_init(&t_map); in mail_getquota()
351 add_assoc_long_ex(&t_map, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
352 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
353 add_assoc_zval_ex(return_value, qlist->name, strlen(qlist->name), &t_map); in mail_getquota()

Completed in 12 milliseconds