Searched refs:model_to_xml_object (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 1633 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object() function 1759 if (!model_to_xml_object(node, tmp, object, style, strict && (tmp->min_occurs > 0))) { in model_to_xml_object() 1773 int tmp_ret = model_to_xml_object(node, tmp, object, style, 0); in model_to_xml_object() 1783 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object() 1933 model_to_xml_object(xmlParam, sdlType->model, data, style, 1); in to_xml_object()
|
Completed in 12 milliseconds