val64 45 ext/intl/formatter/formatter_parse.c int64_t val64; val64 88 ext/intl/formatter/formatter_parse.c val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo)); val64 89 ext/intl/formatter/formatter_parse.c if(val64 > ZEND_LONG_MAX || val64 < ZEND_LONG_MIN) { val64 90 ext/intl/formatter/formatter_parse.c RETVAL_DOUBLE(val64); val64 92 ext/intl/formatter/formatter_parse.c RETVAL_LONG((zend_long)val64);