upper_type        382 Zend/zend_operators.h #define convert_to_ex_master(ppzv, lower_type, upper_type)	\
upper_type        383 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_##upper_type) {					\
upper_type        151 ext/dom/php_dom.h #define convert_to_copy_master(orig, copy, lower_type, upper_type) \
upper_type        152 ext/dom/php_dom.h 	if (Z_TYPE_P(orig) != IS_##upper_type) { \