tt 520 ext/xmlrpc/libxmlrpc/xml_to_soap.c time_t tt = XMLRPC_GetValueDateTime(node); tt 521 ext/xmlrpc/libxmlrpc/xml_to_soap.c struct tm *tm = localtime (&tt); tt 158 ext/zip/lib/zip_extra_field.c struct zip_extra_field *ef2, *tt, *tail; tt 171 ext/zip/lib/zip_extra_field.c for (tt=to; tt; tt=tt->next) { tt 172 ext/zip/lib/zip_extra_field.c if (tt->id == from->id && tt->size == from->size && memcmp(tt->data, from->data, tt->size) == 0) { tt 173 ext/zip/lib/zip_extra_field.c tt->flags |= (from->flags & ZIP_EF_BOTH); tt 306 sapi/phpdbg/phpdbg_utils.c const time_t tt = tp.tv_sec; tt 308 sapi/phpdbg/phpdbg_utils.c strftime(friendly, 100, "%a %b %d %T.%%04d %Y", localtime(&tt));