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);
to_xml_datetime_ex 2938 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%dT%H:%M:%S", style, parent);
to_xml_datetime_ex 2944 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent);
to_xml_datetime_ex 2949 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent);
to_xml_datetime_ex 2954 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m", style, parent);
to_xml_datetime_ex 2959 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y", style, parent);
to_xml_datetime_ex 2964 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m-%d", style, parent);
to_xml_datetime_ex 2969 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "---%d", style, parent);
to_xml_datetime_ex 2974 ext/soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m--", style, parent);