const_name_len    316 Zend/zend_constants.c 		size_t const_name_len = name_len - class_name_len - 2;
const_name_len    317 Zend/zend_constants.c 		zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0);
const_name_len    389 Zend/zend_constants.c 		size_t const_name_len = name_len - prefix_len - 1;
const_name_len    395 Zend/zend_constants.c 		lcname_len = prefix_len + 1 + const_name_len;
const_name_len    401 Zend/zend_constants.c 		memcpy(lcname + prefix_len + 1, constant_name, const_name_len + 1);
const_name_len    405 Zend/zend_constants.c 			zend_str_tolower(lcname + prefix_len + 1, const_name_len);
const_name_len    418 Zend/zend_constants.c 			return zend_get_constant_str(constant_name, const_name_len);