tz_len           3686 ext/date/php_date.c static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz, size_t tz_len TSRMLS_DC)
tz_len           3692 ext/date/php_date.c 	if (strlen(tz) != tz_len) {
tz_len           3716 ext/date/php_date.c 	int   tz_len;
tz_len           3719 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &tz, &tz_len) == FAILURE) {
tz_len           3723 ext/date/php_date.c 	if (SUCCESS != timezone_initialize(tzobj, tz, tz_len TSRMLS_CC)) {
tz_len           3735 ext/date/php_date.c 	int tz_len;
tz_len           3740 ext/date/php_date.c 	if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &tz, &tz_len)) {
tz_len           3742 ext/date/php_date.c 		if (FAILURE == timezone_initialize(tzobj, tz, tz_len TSRMLS_CC)) {