Home
last modified time | relevance | path

Searched refs:min_occurs (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/soap/
H A Dphp_sdl.h167 int min_occurs; member
H A Dphp_encoding.c1708 model->min_occurs > 0 && in model_to_xml_object()
1747 } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { in model_to_xml_object()
1765 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1776 } else if (model->min_occurs == 0) { in model_to_xml_object()
1809 } else if (model->min_occurs == 0) { in model_to_xml_object()
1826 …if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC))… in model_to_xml_object()
1827 if (!strict || (*tmp)->min_occurs > 0) { in model_to_xml_object()
1854 …_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs > 0 TSRMLS_CC); in model_to_xml_object()
H A Dphp_schema.c987 model->min_occurs = atoi((char*)attr->children->content); in schema_min_max()
989 model->min_occurs = 1; in schema_min_max()
2206 (*tmp)->min_occurs = 0; in schema_content_model_fixup()
2212 model->min_occurs = 1; in schema_content_model_fixup()
H A Dphp_sdl.c1290 WSDL_CACHE_GET_INT(model->min_occurs, in); in sdl_deserialize_model()
1875 WSDL_CACHE_PUT_INT(model->min_occurs, out); in sdl_serialize_model()

Completed in 38 milliseconds