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 3046 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 3052 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "%H:%M:%S", style, parent TSRMLS_CC); to_xml_datetime_ex 3057 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "%Y-%m-%d", style, parent TSRMLS_CC); to_xml_datetime_ex 3062 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "%Y-%m", style, parent TSRMLS_CC); to_xml_datetime_ex 3067 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "%Y", style, parent TSRMLS_CC); to_xml_datetime_ex 3072 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "--%m-%d", style, parent TSRMLS_CC); to_xml_datetime_ex 3077 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "---%d", style, parent TSRMLS_CC); to_xml_datetime_ex 3082 ext/soap/php_encoding.c return to_xml_datetime_ex(type, data, "--%m--", style, parent TSRMLS_CC);