Searched refs:to_xml_array (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 76 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent); 209 …NC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xml_array}, 211 …NC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xml_array}, 2218 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_array() function 3318 return to_xml_array(enc, data, style, parent); in sdl_guess_convert_xml()
|
Completed in 11 milliseconds