Searched refs:tInt32 (Results 1 – 1 of 1) sorted by relevance
477 int32_t tInt32 = 0; in umsg_format_helper() local486 tInt32 = (int32_t)Z_DVAL_P(elem); in umsg_format_helper()495 tInt32 = (int32_t)Z_LVAL_P(elem); in umsg_format_helper()498 tInt32 = (int32_t)zval_get_long(elem); in umsg_format_helper()500 formattable.setLong(tInt32); in umsg_format_helper()
Completed in 5 milliseconds