We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff51f7 commit 67f0d2bCopy full SHA for 67f0d2b
bootstrap.php
@@ -47,5 +47,5 @@ function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc)
47
function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); }
48
function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); }
49
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); }
+ 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); }
51
}
0 commit comments