ret_constant      309 Zend/zend_constants.c 	zval **ret_constant;
ret_constant      367 Zend/zend_constants.c 			if (zend_hash_find(&ce->constants_table, constant_name, const_name_len+1, (void **) &ret_constant) != SUCCESS) {
ret_constant      426 Zend/zend_constants.c 			zval_update_constant_ex(ret_constant, 1, ce TSRMLS_CC);
ret_constant      427 Zend/zend_constants.c 			*result = **ret_constant;