Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.h162 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…
H A Dphp_date.c2415 if (time_str_len == 0) { in php_date_initialize()
2420 if (time_str_len == 0) { in php_date_initialize()
2422 time_str_len = sizeof("now") - 1; in php_date_initialize()
2489 && time_str_len == sizeof("now") - 1 in php_date_initialize()
2570 size_t time_str_len = 0; in PHP_FUNCTION() local
2574 Z_PARAM_STRING(time_str, time_str_len) in PHP_FUNCTION()
2591 size_t time_str_len = 0; in PHP_FUNCTION() local
2616 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2638 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2656 size_t time_str_len = 0; in PHP_METHOD() local
[all …]

Completed in 31 milliseconds