1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
This commit is contained in:
Stanislav Malyshev
2007-06-22 00:06:54 +00:00
parent 83c89d69b6
commit 3cc05ab729
+1 -1
View File
@@ -132,7 +132,7 @@ PHP_FUNCTION(recode_string)
zval **str;
zval **req;
bool success;
int r_len=0, r_alen =0;
size_t r_len=0, r_alen =0;
if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &req, &str) == FAILURE) {
WRONG_PARAM_COUNT;