Searched refs:CONV_REASON_CONST (Results 1 – 1 of 1) sorted by relevance
972 #define CONV_REASON_CONST(v) zend_declare_class_constant_long(php_converter_ce, "REASON_" #v, sizeo… macro985 CONV_REASON_CONST(UNASSIGNED); in php_converter_minit()986 CONV_REASON_CONST(ILLEGAL); in php_converter_minit()987 CONV_REASON_CONST(IRREGULAR); in php_converter_minit()988 CONV_REASON_CONST(RESET); in php_converter_minit()989 CONV_REASON_CONST(CLOSE); in php_converter_minit()990 CONV_REASON_CONST(CLONE); in php_converter_minit()
Completed in 6 milliseconds