Searched refs:mb_detect_order (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_detect_order.phpt | 2 mb_detect_order() 15 $r = mb_detect_order('auto'); 17 print implode(', ', mb_detect_order()) . "\n"; 21 $r = mb_detect_order('SJIS,EUC-JP,JIS,UTF-8'); 23 print implode(', ', mb_detect_order()) . "\n"; 31 $r = mb_detect_order($a); 33 print implode(', ', mb_detect_order()) . "\n"; 38 $r = mb_detect_order('BAD_NAME'); 40 print implode(', ', mb_detect_order()) . "\n"; 43 $r = mb_detect_order($a); [all …]
|
H A D | mb_strlen.phpt | 16 mb_detect_order('auto');
|
H A D | mb_detect_encoding.phpt | 64 mb_detect_order('auto');
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.h | 101 PHP_FUNCTION(mb_detect_order);
|
H A D | mbstring.c | 527 PHP_FE(mb_detect_order, arginfo_mb_detect_order) 1922 PHP_FUNCTION(mb_detect_order) in PHP_FUNCTION() argument
|
Completed in 35 milliseconds