Searched refs:to_xml_array (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/soap/ |
H A D | php_encoding.c | 75 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent); 208 …NC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xml_array}, 210 …NC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL, NULL}, to_zval_array, to_xml_array}, 2173 static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_array() function 3260 return to_xml_array(enc, data, style, parent); in sdl_guess_convert_xml()
|
Completed in 12 milliseconds