Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.c2563 zval *z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type")-1); in php_date_initialize_from_hash() local
2564 if (z_timezone_type && Z_TYPE_P(z_timezone_type) == IS_LONG) { in php_date_initialize_from_hash()
2567 switch (Z_LVAL_P(z_timezone_type)) { in php_date_initialize_from_hash()
3504 zval *z_timezone_type; in php_date_timezone_initialize_from_hash() local
3506 …if ((z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type") - 1)) != … in php_date_timezone_initialize_from_hash()
3510 if (Z_TYPE_P(z_timezone_type) != IS_LONG) { in php_date_timezone_initialize_from_hash()

Completed in 21 milliseconds