Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/formatter/
H A Dformatter_format.h22 #define FORMAT_TYPE_INT64 2 macro
H A Dformatter_format.c51 type = (sizeof(zend_long) == 8)?FORMAT_TYPE_INT64:FORMAT_TYPE_INT32; in PHP_FUNCTION()
77 case FORMAT_TYPE_INT64: in PHP_FUNCTION()
H A Dformatter.c126 FORMATTER_EXPOSE_CUSTOM_CLASS_CONST( "TYPE_INT64", FORMAT_TYPE_INT64 ); in formatter_register_constants()
H A Dformatter_parse.c76 case FORMAT_TYPE_INT64: in PHP_FUNCTION()

Completed in 7 milliseconds