mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
nuke unused variable
This commit is contained in:
parent
12f44c2b2b
commit
8376cd2396
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PHP_FUNCTION(str_transliterate)
|
||||||
int result_len = 0;
|
int result_len = 0;
|
||||||
UTransliterator *trans = NULL;
|
UTransliterator *trans = NULL;
|
||||||
UErrorCode status = U_ZERO_ERROR;
|
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,
|
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "uuu|u", &str,
|
||||||
&str_len, &from, &from_len, &to, &to_len,
|
&str_len, &from, &from_len, &to, &to_len,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue