Home
last modified time | relevance | path

Searched refs:mb_detect_encoding (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt2 mb_detect_encoding()
25 $s = mb_detect_encoding($s, 'SJIS');
29 $s = mb_detect_encoding($s, 'JIS');
49 $s = mb_detect_encoding($s, $a);
53 $s = mb_detect_encoding($s, $a);
57 $s = mb_detect_encoding($s, $a);
68 $s = mb_detect_encoding($s);
72 $s = mb_detect_encoding($s);
76 $s = mb_detect_encoding($s);
90 $s = mb_detect_encoding($s, 'BAD');
[all …]
H A Dbug49536.phpt2 Bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on)
8 var_dump(mb_detect_encoding("A\x81", "SJIS", false));
10 var_dump(mb_detect_encoding("A\x81", "SJIS", true));
12 var_dump(mb_detect_encoding("\xc0\x00", "UTF-8", false));
14 var_dump(mb_detect_encoding("\xc0\x00", "UTF-8", true));
/PHP-5.4/ext/mbstring/
H A Dmbstring.h118 PHP_FUNCTION(mb_detect_encoding);
H A Dmbstring.c554 PHP_FE(mb_detect_encoding, arginfo_mb_detect_encoding)
3182 PHP_FUNCTION(mb_detect_encoding) in PHP_FUNCTION() argument
/PHP-5.4/
H A DNEWS5008 - Fixed bug #46738 (Segfault when mb_detect_encoding() fails). (Scott)

Completed in 37 milliseconds