Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.h138 PHPAPI int php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, co…
H A Dphp_date.c2256 if (time_str_len == 0) { in php_date_initialize()
2261 if (time_str_len == 0) { in php_date_initialize()
2263 time_str_len = sizeof("now") - 1; in php_date_initialize()
2350 size_t time_str_len = 0; in PHP_FUNCTION() local
2354 Z_PARAM_STRING(time_str, time_str_len) in PHP_FUNCTION()
2371 size_t time_str_len = 0; in PHP_FUNCTION() local
2375 Z_PARAM_STRING(time_str, time_str_len) in PHP_FUNCTION()
2396 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2418 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2436 size_t time_str_len = 0; in PHP_METHOD() local
[all …]

Completed in 25 milliseconds