Lines Matching refs:time_str_len

2240 PHPAPI int php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, co…  in php_date_initialize()  argument
2256 if (time_str_len == 0) { in php_date_initialize()
2259 …dateobj->time = timelib_parse_from_format(format, time_str, time_str_len, &err, DATE_TIMEZONEDB, p… 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()
2265 …dateobj->time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tz… 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()
2359 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object,… 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()
2380 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object,… in PHP_FUNCTION()
2392 size_t time_str_len = 0, format_str_len = 0; in PHP_FUNCTION() local
2396 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2402 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2414 size_t time_str_len = 0, format_str_len = 0; in PHP_FUNCTION() local
2418 Z_PARAM_PATH(time_str, time_str_len) in PHP_FUNCTION()
2424 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2436 size_t time_str_len = 0; in PHP_METHOD() local
2441 Z_PARAM_STRING(time_str, time_str_len) in PHP_METHOD()
2446 …php_date_initialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DAT… in PHP_METHOD()
2456 size_t time_str_len = 0; in PHP_METHOD() local
2461 Z_PARAM_STRING(time_str, time_str_len) in PHP_METHOD()
2466 …php_date_initialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DAT… in PHP_METHOD()