Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/
H A Dphp_date.c2789 zval *z_timezone_type; in php_date_initialize_from_hash() local
2796 z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type")-1); in php_date_initialize_from_hash()
2797 if (z_timezone_type && Z_TYPE_P(z_timezone_type) == IS_LONG) { in php_date_initialize_from_hash()
2800 switch (Z_LVAL_P(z_timezone_type)) { in php_date_initialize_from_hash()
3739 zval *z_timezone_type; in php_date_timezone_initialize_from_hash() local
3741 …if ((z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type") - 1)) != … in php_date_timezone_initialize_from_hash()
3743 if (Z_TYPE_P(z_timezone_type) != IS_LONG) { in php_date_timezone_initialize_from_hash()

Completed in 18 milliseconds