summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 101e88b6b3..ba402e3e98 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -2427,7 +2427,7 @@ PHP_FUNCTION(substr_replace)
zval *from;
zval *len = NULL;
zval *repl;
- zend_long l = 0; /* l and f should be size_t, however this needs much closer below logic investigation.*/
+ zend_long l = 0;
zend_long f;
int argc = ZEND_NUM_ARGS();
zend_string *result;