Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c2837 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2841 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2848 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2861 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2865 Z_PARAM_STRING(format_str, format_str_len) in PHP_FUNCTION()
2872 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()

Completed in 17 milliseconds