Lines Matching refs:mb_chr
2 mb_chr()
8 "\u{20bb7}" === mb_chr(0x20bb7),
9 "\x8f\xa1\xef" === mb_chr(0x50aa, "EUC-JP-2004"),
10 false === mb_chr(0xd800),
11 false === mb_chr(0x1f600, "EUC-JP-2004")
16 var_dump( mb_chr(0xd800, "typo") );
21 var_dump( mb_chr(0xd800, "pass") );
26 var_dump( mb_chr(0xd800, "jis") );
31 var_dump( mb_chr(0xd800, "cp50222") );
36 var_dump( mb_chr(0xd800, "utf-7") );
43 var_dump( mb_chr(0xd800) );
54 mb_chr(): Argument #2 ($encoding) must be a valid encoding, "typo" given
55 mb_chr(): Argument #2 ($encoding) must be a valid encoding, "pass" given
56 mb_chr() does not support the "JIS" encoding
57 mb_chr() does not support the "CP50222" encoding
58 mb_chr() does not support the "UTF-7" encoding
59 mb_chr() does not support the "UTF-7" encoding