Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/converter/
H A Dconverter.c1076 #define CONV_REASON_CONST(v) zend_declare_class_constant_long(php_converter_ce, "REASON_" #v, sizeo… macro
1092 CONV_REASON_CONST(UNASSIGNED); in php_converter_minit()
1093 CONV_REASON_CONST(ILLEGAL); in php_converter_minit()
1094 CONV_REASON_CONST(IRREGULAR); in php_converter_minit()
1095 CONV_REASON_CONST(RESET); in php_converter_minit()
1096 CONV_REASON_CONST(CLOSE); in php_converter_minit()
1097 CONV_REASON_CONST(CLONE); in php_converter_minit()

Completed in 8 milliseconds