Searched refs:mb_regex_encoding (Results 1 – 25 of 29) sorted by relevance
12
2 Test mb_regex_encoding() function : basic functionality6 function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not available in this buil…11 * Test Basic functionality of mb_regex_encoding14 echo "*** Testing mb_regex_encoding() : basic functionality ***\n";16 var_dump(mb_regex_encoding());18 var_dump(mb_regex_encoding('UTF-8'));20 var_dump(mb_regex_encoding());26 *** Testing mb_regex_encoding() : basic functionality ***
2 Test mb_regex_encoding() function : error conditions - Pass an unknown encoding6 function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not available in this buil…11 * Pass mb_regex_encoding an unknown type of encoding14 echo "*** Testing mb_regex_encoding() : error conditions ***\n";17 var_dump(mb_regex_encoding('unknown'));24 *** Testing mb_regex_encoding() : error conditions ***25 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "unknown" given
2 Test mb_regex_encoding() function : usage variations - test different encodings6 function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not available in this buil…16 echo "*** Testing mb_regex_encoding() : usage variations ***\n";78 var_dump(mb_regex_encoding());80 var_dump(mb_regex_encoding($enc));84 var_dump(mb_regex_encoding());90 *** Testing mb_regex_encoding() : usage variations ***109 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "UCS-2" given199 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "JIS" given319 mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "HZ" given[all …]
6 if (!function_exists("mb_regex_encoding")) die("skip mb_regex_encoding() is not defined");10 mb_regex_encoding('iso-8859-1');
10 mb_regex_encoding('UTF-8');
10 mb_regex_encoding("UTF-32");
11 mb_regex_encoding('utf-8');
10 mb_regex_encoding("UTF-8");
11 mb_regex_encoding("UTF-8");
14 mb_regex_encoding("UTF-8");
17 mb_regex_encoding( $test_enc );
32 mb_regex_encoding('ISO-8859-1');
11 mb_regex_encoding( 'EUC-JP' );
17 mb_regex_encoding('UTF-8');
15 mb_regex_encoding('UTF-8');
16 mb_regex_encoding('utf-8');
19 if(mb_regex_encoding('utf-8') == true) {
18 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
16 if(mb_regex_encoding('utf-8') == true) {
Completed in 18 milliseconds