Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_encoding.c1614 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object() function
1740 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object()
1754 int tmp_ret = model_to_xml_object(node, tmp, object, style, 0); in model_to_xml_object()
1764 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1912 model_to_xml_object(xmlParam, sdlType->model, data, style, 1); in to_xml_object()

Completed in 21 milliseconds