Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c2838 zval *z_timezone_type; in php_date_initialize_from_hash() local
2848 z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type")-1); in php_date_initialize_from_hash()
2849 if (!z_timezone_type || Z_TYPE_P(z_timezone_type) != IS_LONG) { in php_date_initialize_from_hash()
2858 switch (Z_LVAL_P(z_timezone_type)) { in php_date_initialize_from_hash()
4080 zval *z_timezone_type; in php_date_timezone_initialize_from_hash() local
4082 …if ((z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type") - 1)) == … in php_date_timezone_initialize_from_hash()
4092 if (Z_TYPE_P(z_timezone_type) != IS_LONG) { in php_date_timezone_initialize_from_hash()
4095 …if (Z_LVAL_P(z_timezone_type) < TIMELIB_ZONETYPE_OFFSET || Z_LVAL_P(z_timezone_type) > TIMELIB_ZON… in php_date_timezone_initialize_from_hash()

Completed in 19 milliseconds