to_xml_array       78 ext/soap/php_encoding.c static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
to_xml_array      157 ext/soap/php_encoding.c 	{{IS_CONSTANT_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
to_xml_array      160 ext/soap/php_encoding.c 	{{IS_CONSTANT_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
to_xml_array      217 ext/soap/php_encoding.c 	{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
to_xml_array      219 ext/soap/php_encoding.c 	{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
to_xml_array     3400 ext/soap/php_encoding.c 				return to_xml_array(enc, data, style, parent TSRMLS_CC);