Lines Matching refs:IS_ARRAY

156 	{{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map},
158 {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map},
1266 } else if (Z_TYPE_P(object) == IS_ARRAY) { in get_zval_property()
1288 } else if (Z_TYPE_P(object) == IS_ARRAY) { in unset_zval_property()
1302 if (any && Z_TYPE_P(any) != IS_ARRAY) { in model_to_zval_any()
1349 if (Z_TYPE_PP(el) != IS_ARRAY) { in model_to_zval_any()
1550 (sdlType->encode->details.sdl_type->encode->details.type != IS_ARRAY && in to_zval_object_ex()
1669 if (Z_TYPE_P(prop) != IS_ARRAY) { in to_zval_object_ex()
1715 Z_TYPE_P(data) == IS_ARRAY && in model_to_xml_object()
1795 Z_TYPE_P(data) == IS_ARRAY && in model_to_xml_object()
1913 } else if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_object()
1976 if (Z_TYPE_P(data) == IS_ARRAY && in to_xml_object()
2099 if (data && Z_TYPE_P(data) == IS_ARRAY) { in guess_array_map()
2218 if (data && Z_TYPE_P(data) == IS_ARRAY) { in add_xml_array_elements()
2377 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_array()
2413 if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY && in to_xml_array()
2417 if (Z_TYPE_PP(el) == IS_ARRAY) { in to_xml_array()
2787 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_map()
3111 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_list()
3231 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_any()
3330 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_zval()
3396 (type->encode->details.type == IS_ARRAY || in sdl_guess_convert_xml()
3630 if (!array || Z_TYPE_P(array) != IS_ARRAY) { in get_array_type()
3668 } else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) { in get_array_type()