Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_encoding.c62 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo…
2834 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() function
2908 return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent); in to_xml_datetime()
2914 return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent); in to_xml_time()
2919 return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent); in to_xml_date()
2924 return to_xml_datetime_ex(type, data, "%Y-%m", style, parent); in to_xml_gyearmonth()
2929 return to_xml_datetime_ex(type, data, "%Y", style, parent); in to_xml_gyear()
2934 return to_xml_datetime_ex(type, data, "--%m-%d", style, parent); in to_xml_gmonthday()
2939 return to_xml_datetime_ex(type, data, "---%d", style, parent); in to_xml_gday()
2944 return to_xml_datetime_ex(type, data, "--%m--", style, parent); in to_xml_gmonth()

Completed in 13 milliseconds