Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp477 int32_t tInt32 = 0; in umsg_format_helper() local
486 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 10 milliseconds