model_to_xml_object 1828 ext/soap/php_encoding.c 				if (!model_to_xml_object(node, *tmp, object, style, strict && ((*tmp)->min_occurs > 0) TSRMLS_CC)) {
model_to_xml_object 1845 ext/soap/php_encoding.c 				int tmp_ret = model_to_xml_object(node, *tmp, object, style, 0 TSRMLS_CC);
model_to_xml_object 1856 ext/soap/php_encoding.c 			return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs > 0 TSRMLS_CC);
model_to_xml_object 2005 ext/soap/php_encoding.c 				model_to_xml_object(xmlParam, sdlType->model, data, style, 1 TSRMLS_CC);