Searched refs:to_xml_array (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | php_encoding.c | 78 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent); 212 …SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, 214 …SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array}, 2216 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_array() function 3299 return to_xml_array(enc, data, style, parent); in sdl_guess_convert_xml()
|
Completed in 12 milliseconds