to_xml_datetime_ex   63 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 3055 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 3061 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent TSRMLS_CC);
to_xml_datetime_ex 3066 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3071 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y-%m", style, parent TSRMLS_CC);
to_xml_datetime_ex 3076 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "%Y", style, parent TSRMLS_CC);
to_xml_datetime_ex 3081 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m-%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3086 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "---%d", style, parent TSRMLS_CC);
to_xml_datetime_ex 3091 soap/php_encoding.c 	return to_xml_datetime_ex(type, data, "--%m--", style, parent TSRMLS_CC);