Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c3992 static bool timezone_initialize(php_timezone_obj *tzobj, const char *tz, size_t tz_len, char **warn… in timezone_initialize() function
4050 if (!timezone_initialize(tzobj, ZSTR_VAL(tz), ZSTR_LEN(tz), &warning_message)) { in PHP_FUNCTION()
4071 if (!timezone_initialize(tzobj, ZSTR_VAL(tz), ZSTR_LEN(tz), &exception_message)) { in PHP_METHOD()
4101 return timezone_initialize(*tzobj, Z_STRVAL_P(z_timezone), Z_STRLEN_P(z_timezone), NULL); in php_date_timezone_initialize_from_hash()

Completed in 20 milliseconds