Searched refs:mb_detect_order (Results 1 – 8 of 8) sorted by relevance
/PHP-8.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"; 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 11 var_dump( mb_detect_order('')); 16 var_dump( mb_detect_order([])); 23 mb_detect_order(): Argument #1 ($encoding) must specify at least one encoding 24 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) 10 var_dump(mb_detect_order('Foo, UTF-8')); 15 var_dump(mb_detect_order(['Foo', 'UTF-8'])); 21 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo" 22 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
|
H A D | mb_strlen.phpt | 13 mb_detect_order('auto');
|
H A D | mb_detect_encoding.phpt | 61 mb_detect_order('auto');
|
/PHP-8.0/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 | 13 function mb_detect_order(array|string|null $encoding = null): array|bool {} function
|
H A D | mbstring.c | 1362 PHP_FUNCTION(mb_detect_order) in PHP_FUNCTION() argument
|
Completed in 60 milliseconds