Searched refs:mb_detect_order (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/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"; 39 var_dump(mb_detect_order('BAD_NAME')); 43 var_dump(mb_detect_order()); 47 var_dump(mb_detect_order($a)); [all …]
|
H A D | mb_detect_order_empty_encoding_list.phpt | 2 Test mb_detect_order() function : empty encoding list 9 var_dump( mb_detect_order('')); 14 var_dump( mb_detect_order([])); 21 mb_detect_order(): Argument #1 ($encoding) must specify at least one encoding 22 mb_detect_order(): Argument #1 ($encoding) must specify at least one encoding
|
H A D | bug76704.phpt | 2 Bug #76704 (mb_detect_order return value varies based on argument type) 8 var_dump(mb_detect_order('Foo, UTF-8')); 13 var_dump(mb_detect_order(['Foo', 'UTF-8'])); 19 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo" 20 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
|
H A D | gh9008.phpt | 15 mb_detect_order(["ASCII", "UUENCODE"]); 19 mb_detect_encoding($string, mb_detect_order(), true),
|
H A D | mb_strlen.phpt | 13 mb_detect_order('auto');
|
H A D | mb_detect_encoding.phpt | 74 mb_detect_order('auto');
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring_arginfo.h | 310 ZEND_FUNCTION(mb_detect_order); 404 ZEND_FE(mb_detect_order, arginfo_mb_detect_order)
|
H A D | mbstring.stub.php | 24 function mb_detect_order(array|string|null $encoding = null): array|bool {} function
|
H A D | mbstring.c | 1356 PHP_FUNCTION(mb_detect_order) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds