ztz 976 ext/date/php_date.c zval *ztz; ztz 978 ext/date/php_date.c if (NULL != (ztz = cfg_get_entry("date.timezone", sizeof("date.timezone"))) ztz 979 ext/date/php_date.c && Z_TYPE_P(ztz) == IS_STRING && Z_STRLEN_P(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL_P(ztz), tzdb)) { ztz 980 ext/date/php_date.c return Z_STRVAL_P(ztz);