Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_encoding.c1698 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object() function
1828 …if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC))… in model_to_xml_object()
1845 int tmp_ret = model_to_xml_object(node, *tmp, object, style, 0 TSRMLS_CC); in model_to_xml_object()
1856 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
2005 model_to_xml_object(xmlParam, sdlType->model, data, style, 1 TSRMLS_CC); in to_xml_object()

Completed in 11 milliseconds