Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_encoding.c63 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo…
2981 static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNo… in to_xml_datetime_ex() function
3053 return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent TSRMLS_CC); in to_xml_datetime()
3059 return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent TSRMLS_CC); in to_xml_time()
3064 return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent TSRMLS_CC); in to_xml_date()
3069 return to_xml_datetime_ex(type, data, "%Y-%m", style, parent TSRMLS_CC); in to_xml_gyearmonth()
3074 return to_xml_datetime_ex(type, data, "%Y", style, parent TSRMLS_CC); in to_xml_gyear()
3079 return to_xml_datetime_ex(type, data, "--%m-%d", style, parent TSRMLS_CC); in to_xml_gmonthday()
3084 return to_xml_datetime_ex(type, data, "---%d", style, parent TSRMLS_CC); in to_xml_gday()
3089 return to_xml_datetime_ex(type, data, "--%m--", style, parent TSRMLS_CC); in to_xml_gmonth()

Completed in 14 milliseconds