Home
last modified time | relevance | path

Searched refs:formatted_date_string (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.c2912 …zend_string *formatted_date_string = php_format_date_obj(ext_date_format, ext_date_format_len, dat… in to_xml_datetime_ex() local
2913 if (formatted_date_string) { in to_xml_datetime_ex()
2914 …xmlNodeSetContentLen(xmlParam, BAD_CAST(ZSTR_VAL(formatted_date_string)), ZSTR_LEN(formatted_date_… in to_xml_datetime_ex()
2915 zend_string_release_ex(formatted_date_string, false); in to_xml_datetime_ex()

Completed in 11 milliseconds