mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
fix #41765
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user