Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_encoding.c1696 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object() function
1826 …if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC))… in model_to_xml_object()
1843 int tmp_ret = model_to_xml_object(node, *tmp, object, style, 0 TSRMLS_CC); in model_to_xml_object()
1854 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
2003 model_to_xml_object(xmlParam, sdlType->model, data, style, 1 TSRMLS_CC); in to_xml_object()

Completed in 22 milliseconds