Home
last modified time | relevance | path

Searched refs:mb_convert_variables (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/mbstring/tests/
H A Dbug66964.phpt2 Bug #66964 (mb_convert_variables() cannot detect recursion)
8 var_dump(mb_convert_variables('utf-8', 'auto', $a));
9 var_dump(mb_convert_variables('utf-8', 'utf-8', $a));
16 var_dump(mb_convert_variables('utf-8', 'utf-8', $a), $a);
19 var_dump(mb_convert_variables('utf-8', 'utf-8', $a), $a);
23 Warning: mb_convert_variables(): %s on line %d
26 Warning: mb_convert_variables(): %s on line %d
40 Warning: mb_convert_variables(): %s on line %d
H A Dmb_convert_variables_empty_encoding_list.phpt2 Test mb_convert_variables() function : empty encoding list
11 var_dump( mb_convert_variables('UTF-8', '', $string));
16 var_dump( mb_convert_variables('UTF-8', [], $string));
23 mb_convert_variables(): Argument #2 ($from_encoding) must specify at least one encoding
24 mb_convert_variables(): Argument #2 ($from_encoding) must specify at least one encoding
H A Dbug26639.phpt2 Bug #26639 (mb_convert_variables() clutters variables beyond the references)
9 mb_convert_variables("EUC-JP", "Shift_JIS", $b);
17 mb_convert_variables("EUC-JP", "Shift_JIS", $b);
26 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
36 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
46 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
56 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
66 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
H A Dmb_convert_variables.phpt2 mb_convert_variables()
25 $encoding = mb_convert_variables('EUC-JP', 'SJIS', $s);
30 $encoding = mb_convert_variables('EUC-JP', 'JIS', $s);
35 $encoding = mb_convert_variables('SJIS', 'EUC-JP', $s);
40 $encoding = mb_convert_variables('JIS', 'EUC-JP', $s);
56 $encoding = mb_convert_variables('EUC-JP', 'auto', $aa);
62 $encoding = mb_convert_variables('EUC-JP', 'auto', $aa);
102 $encoding = mb_convert_variables('EUC-JP', 'auto', $oo);
108 $encoding = mb_convert_variables('EUC-JP', 'auto', $oo);
153 mb_convert_variables('UTF-16LE', 'UTF-8', $nested);
[all …]
H A Dmb_convert_encoding_failed_detection.phpt13 var_dump(mb_convert_variables("ASCII", ["UTF-8", "UTF-16"], $str));
21 Warning: mb_convert_variables(): Unable to detect encoding in %s on line %d
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h366 ZEND_FUNCTION(mb_convert_variables);
465 ZEND_FE(mb_convert_variables, arginfo_mb_convert_variables)
H A Dmbstring.stub.php172 function mb_convert_variables(string $to_encoding, array|string $from_encoding, mixed &$var, mixed … function
H A Dmbstring.c3786 PHP_FUNCTION(mb_convert_variables) in PHP_FUNCTION() argument

Completed in 57 milliseconds