str_type 402 Zend/zend_operators.h #define convert_to_explicit_type_ex(pzv, str_type) \ str_type 403 Zend/zend_operators.h if (Z_TYPE_P(pzv) != str_type) { \ str_type 404 Zend/zend_operators.h convert_to_explicit_type(pzv, str_type); \