to_xml_datetime_ex   63 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNodePtr parent TSRMLS_DC);
to_xml_datetime_ex 3053 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent TSRMLS_CC);
to_xml_datetime_ex 3059 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent TSRMLS_CC);
to_xml_datetime_ex 3064 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3069 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m", style, parent TSRMLS_CC);
to_xml_datetime_ex 3074 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y", style, parent TSRMLS_CC);
to_xml_datetime_ex 3079 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m-%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3084 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "---%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3089 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m--", style, parent TSRMLS_CC);