Skip to content

Commit 67f0d2b

Browse files
author
erzhang
committed
excess parameter $v0
1 parent dff51f7 commit 67f0d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc)
4747
function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); }
4848
function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); }
4949
function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); }
50-
function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $v0, $a, $b, $c, $d, $e, $f); }
50+
function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $a, $b, $c, $d, $e, $f); }
5151
}

0 commit comments

Comments
 (0)