to_xml_datetime_ex   62 ext/soap/php_encoding.c static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *format, int style, xmlNodePtr parent);
to_xml_datetime_ex 2896 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent);
to_xml_datetime_ex 2902 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent);
to_xml_datetime_ex 2907 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent);
to_xml_datetime_ex 2912 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m", style, parent);
to_xml_datetime_ex 2917 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y", style, parent);
to_xml_datetime_ex 2922 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m-%d", style, parent);
to_xml_datetime_ex 2927 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "---%d", style, parent);
to_xml_datetime_ex 2932 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m--", style, parent);