Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c2934 #define TO_XML_DATETIME_EX_HELPER(type, date, format, ext_date_format, style, parent) \ macro
2939 …return TO_XML_DATETIME_EX_HELPER(type, data, "%Y-%m-%dT%H:%M:%S", "Y-m-d\\TH:i:s.up", style, paren… in to_xml_datetime()
2944 return TO_XML_DATETIME_EX_HELPER(type, data, "%H:%M:%S", "H:i:s.up", style, parent); in to_xml_time()
2949 return TO_XML_DATETIME_EX_HELPER(type, data, "%Y-%m-%d", "Y-m-dp", style, parent); in to_xml_date()
2954 return TO_XML_DATETIME_EX_HELPER(type, data, "%Y-%m", "Y-mp", style, parent); in to_xml_gyearmonth()
2959 return TO_XML_DATETIME_EX_HELPER(type, data, "%Y", "Yp", style, parent); in to_xml_gyear()
2964 return TO_XML_DATETIME_EX_HELPER(type, data, "--%m-%d", "--m-dp", style, parent); in to_xml_gmonthday()
2969 return TO_XML_DATETIME_EX_HELPER(type, data, "---%d", "---dp", style, parent); in to_xml_gday()
2974 return TO_XML_DATETIME_EX_HELPER(type, data, "--%m--", "--m--p", style, parent); in to_xml_gmonth()

Completed in 15 milliseconds