Searched refs:min_occurs (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/soap/ |
H A D | php_sdl.h | 164 int min_occurs; member
|
H A D | php_encoding.c | 1610 model->min_occurs > 0 && in model_to_xml_object() 1648 } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { in model_to_xml_object() 1666 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object() 1677 } else if (model->min_occurs == 0) { in model_to_xml_object() 1708 } else if (model->min_occurs == 0) { in model_to_xml_object() 1723 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object() 1724 if (!strict || tmp->min_occurs > 0) { in model_to_xml_object() 1747 …n model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs > 0); in model_to_xml_object()
|
H A D | php_schema.c | 1007 model->min_occurs = atoi((char*)attr->children->content); in schema_min_max() 1009 model->min_occurs = 1; in schema_min_max() 2222 tmp->min_occurs = 0; in schema_content_model_fixup() 2227 model->min_occurs = 1; in schema_content_model_fixup()
|
H A D | php_sdl.c | 1297 WSDL_CACHE_GET_INT(model->min_occurs, in); in sdl_deserialize_model() 1877 WSDL_CACHE_PUT_INT(model->min_occurs, out); in sdl_serialize_model()
|
Completed in 30 milliseconds