Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.c2257 time_str = ""; in php_date_initialize()
2262 time_str = "now"; in php_date_initialize()
2349 char *time_str = NULL; in PHP_FUNCTION() local
2354 Z_PARAM_STRING(time_str, time_str_len) in PHP_FUNCTION()
2370 char *time_str = NULL; in PHP_FUNCTION() local
2396 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2418 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2435 char *time_str = NULL; in PHP_METHOD() local
2455 char *time_str = NULL; in PHP_METHOD() local
4038 zend_string *time_str = NULL; in PHP_FUNCTION() local
[all …]
H A Dphp_date.h138 PHPAPI int php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, co…

Completed in 22 milliseconds