Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c1872 sdlTypePtr array_el; in to_xml_object() local
1878 (array_el = model_array_element(sdlType->model)) != NULL) { in to_xml_object()
1884 if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) { in to_xml_object()
1889 property = master_to_xml(array_el->encode, val, style, xmlParam); in to_xml_object()
1891 xmlNodeSetName(property, BAD_CAST(array_el->name)); in to_xml_object()
1893 array_el->namens && in to_xml_object()
1894 array_el->form == XSD_FORM_QUALIFIED) { in to_xml_object()
1895 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object()

Completed in 12 milliseconds