Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_encoding.c61 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo…
2874 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() function
2948 return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent); in to_xml_datetime()
2954 return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent); in to_xml_time()
2959 return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent); in to_xml_date()
2964 return to_xml_datetime_ex(type, data, "%Y-%m", style, parent); in to_xml_gyearmonth()
2969 return to_xml_datetime_ex(type, data, "%Y", style, parent); in to_xml_gyear()
2974 return to_xml_datetime_ex(type, data, "--%m-%d", style, parent); in to_xml_gmonthday()
2979 return to_xml_datetime_ex(type, data, "---%d", style, parent); in to_xml_gday()
2984 return to_xml_datetime_ex(type, data, "--%m--", style, parent); in to_xml_gmonth()

Completed in 11 milliseconds