diff options
Diffstat (limited to 'ext/unicode/transform.c')
-rw-r--r-- | ext/unicode/transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicode/transform.c b/ext/unicode/transform.c index 8f7e0f6879..4f9f5cd68c 100644 --- a/ext/unicode/transform.c +++ b/ext/unicode/transform.c @@ -28,7 +28,7 @@ PHP_FUNCTION(str_transliterate) int result_len = 0; UTransliterator *trans = NULL; UErrorCode status = U_ZERO_ERROR; - int32_t capacity, start, limit; + int32_t capacity, limit; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "uuu|u", &str, &str_len, &from, &from_len, &to, &to_len, |