tz_len 3605 ext/date/php_date.c static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz, size_t tz_len) /* {{{ */ tz_len 3611 ext/date/php_date.c if (strlen(tz) != tz_len) { tz_len 3635 ext/date/php_date.c size_t tz_len; tz_len 3638 ext/date/php_date.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &tz, &tz_len) == FAILURE) { tz_len 3642 ext/date/php_date.c if (SUCCESS != timezone_initialize(tzobj, tz, tz_len)) { tz_len 3655 ext/date/php_date.c size_t tz_len; tz_len 3659 ext/date/php_date.c if (FAILURE == zend_parse_parameters_throw(ZEND_NUM_ARGS(), "s", &tz, &tz_len)) { tz_len 3665 ext/date/php_date.c timezone_initialize(tzobj, tz, tz_len);