Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp505 int64_t tInt64 = 0; in umsg_format_helper() local
514 tInt64 = (int64_t)Z_DVAL_P(elem); in umsg_format_helper()
518 tInt64 = (int64_t)Z_LVAL_P(elem); in umsg_format_helper()
520 tInt64 = (int64_t)zval_get_long(elem); in umsg_format_helper()
522 formattable.setInt64(tInt64); in umsg_format_helper()

Completed in 6 milliseconds