Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_encoding.c1591 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object() function
1717 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object()
1731 int tmp_ret = model_to_xml_object(node, tmp, object, style, 0); in model_to_xml_object()
1741 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1889 model_to_xml_object(xmlParam, sdlType->model, data, style, 1); in to_xml_object()

Completed in 30 milliseconds