Searched refs:php_format_date (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/ |
H A D | head.c | 129 dt = php_format_date("D, d M Y H:i:s \\G\\M\\T", sizeof("D, d M Y H:i:s \\G\\M\\T")-1, 1, 0); in php_setcookie() 152 …dt = php_format_date("D, d M Y H:i:s \\G\\M\\T", sizeof("D, d M Y H:i:s \\G\\M\\T")-1, expires, 0); in php_setcookie()
|
H A D | mail.c | 477 date_str = php_format_date("d-M-Y H:i:s e", 13, curtime, 1); in php_mail()
|
/php-src/ext/date/ |
H A D | php_date.h | 142 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim…
|
H A D | php_date.c | 873 RETURN_STR(php_format_date(ZSTR_VAL(format), ZSTR_LEN(format), ts, localtime)); in php_date() 877 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim… in php_format_date() function 4289 …add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, timestamp_begi… in PHP_FUNCTION() 4298 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, ts, 0)); \ in PHP_FUNCTION() 4307 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, ts, 0)); \ in PHP_FUNCTION() 4316 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601_LARGE_YEAR, 13, ts, 0)); \ in PHP_FUNCTION()
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_module.c | 530 …start_time = php_format_date(Z_STRVAL_P(date_ISO8601), Z_STRLEN_P(date_ISO8601), ZCSG(start_time),… in zend_accel_info() 535 …restart_time = php_format_date(Z_STRVAL_P(date_ISO8601), Z_STRLEN_P(date_ISO8601), ZCSG(last_resta… in zend_accel_info() 543 …force_restart_time = php_format_date(Z_STRVAL_P(date_ISO8601), Z_STRLEN_P(date_ISO8601), ZCSG(forc… in zend_accel_info()
|
/php-src/main/ |
H A D | main.c | 898 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity() 900 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity() 903 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
|
/php-src/win32/ |
H A D | sendmail.c | 737 zend_string *dt = php_format_date("r", 1, tNow, 1); in PostHeader()
|
/php-src/ext/session/ |
H A D | session.c | 1457 …date_fmt = php_format_date("D, d M Y H:i:s \\G\\M\\T", sizeof("D, d M Y H:i:s \\G\\M\\T")-1, t, 0); in php_session_send_cookie()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 386 zend_string *dt = php_format_date("D, d M Y H:i:s", sizeof("D, d M Y H:i:s") - 1, tv.tv_sec, 0); in append_essential_headers()
|
Completed in 56 milliseconds