diff options
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index ae1f71c364..26167f934c 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1849,7 +1849,7 @@ PHP_FUNCTION(substr_replace) zval **repl; char *result; int result_len; - int l; + int l = 0; int f; int argc = ZEND_NUM_ARGS(); |