Skip to content

Commit eee99a2

Browse files
Update ext/mbstring/mbstring.c
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent c95e9db commit eee99a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/mbstring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ static void php_do_mb_trim(INTERNAL_FUNCTION_PARAMETERS, MB_TRIM_MODE mode)
30483048
ZEND_PARSE_PARAMETERS_START(1, 3)
30493049
Z_PARAM_STR(str)
30503050
Z_PARAM_OPTIONAL
3051-
Z_PARAM_STR_OR_NULL(what)
3051+
Z_PARAM_STR(what)
30523052
Z_PARAM_STR_OR_NULL(encoding)
30533053
ZEND_PARSE_PARAMETERS_END();
30543054

0 commit comments

Comments
 (0)