Home
last modified time | relevance | path

Searched refs:mb_strtoupper (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/lang/php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_strtoupper_error1.phpt2 Test mb_strtoupper() function : error conditions - pass incorrect number of args
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
21 //Test mb_strtoupper with one more than the expected number of arguments
26 var_dump( mb_strtoupper($sourcestring, $encoding, $extra_arg) );
28 //Test mb_strtoupper with zero arguments
29 echo "\n-- Testing mb_strtoupper() function with zero arguments --\n";
30 var_dump( mb_strtoupper() );
35 *** Testing mb_strtoupper() : error conditions ***
[all …]
H A Dmb_strtoupper_variation2.phpt6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
20 echo "*** Testing mb_strtoupper() : usage variations ***\n";
97 $res = mb_strtoupper($sourcestring, $input);
112 *** Testing mb_strtoupper() : usage variations ***
116 Warning: mb_strtoupper(): Unknown encoding "0" in %s on line %d
121 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
167 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
172 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
182 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
187 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
[all …]
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
H A Dmb_strtoupper_variation4.phpt2 Test mb_strtoupper() function : usage varitations - Pass different character types to check convers…
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Pass characters from different languages to check that mb_strtoupper is
20 echo "*** Testing mb_strtoupper() : usage variations ***\n";
31 $a = mb_strtoupper($sourcestring, 'UTF-8');
43 *** Testing mb_strtoupper() : usage variations ***
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/tests/
H A Dmb_strtoupper_error1.phpt2 Test mb_strtoupper() function : error conditions - pass incorrect number of args
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
21 //Test mb_strtoupper with one more than the expected number of arguments
26 var_dump( mb_strtoupper($sourcestring, $encoding, $extra_arg) );
28 //Test mb_strtoupper with zero arguments
29 echo "\n-- Testing mb_strtoupper() function with zero arguments --\n";
30 var_dump( mb_strtoupper() );
35 *** Testing mb_strtoupper() : error conditions ***
[all …]
H A Dmb_strtoupper_variation2.phpt6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
20 echo "*** Testing mb_strtoupper() : usage variations ***\n";
97 $res = mb_strtoupper($sourcestring, $input);
112 *** Testing mb_strtoupper() : usage variations ***
116 Warning: mb_strtoupper(): Unknown encoding "0" in %s on line %d
121 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
167 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
172 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
182 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
187 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
[all …]
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_strtoupper_error1.phpt2 Test mb_strtoupper() function : error conditions - pass incorrect number of args
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
21 //Test mb_strtoupper with one more than the expected number of arguments
26 var_dump( mb_strtoupper($sourcestring, $encoding, $extra_arg) );
28 //Test mb_strtoupper with zero arguments
29 echo "\n-- Testing mb_strtoupper() function with zero arguments --\n";
30 var_dump( mb_strtoupper() );
35 *** Testing mb_strtoupper() : error conditions ***
[all …]
H A Dmb_strtoupper_variation2.phpt6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
20 echo "*** Testing mb_strtoupper() : usage variations ***\n";
97 $res = mb_strtoupper($sourcestring, $input);
112 *** Testing mb_strtoupper() : usage variations ***
116 Warning: mb_strtoupper(): Unknown encoding "0" in %s on line %d
121 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
167 Warning: mb_strtoupper(): Unknown encoding "1" in %s on line %d
172 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
182 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
187 Warning: mb_strtoupper(): Unknown encoding "" in %s on line %d
[all …]
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
/dports/lang/php74/php-7.4.27/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
16 * Test basic functionality of mb_strtoupper
19 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
28 $ascii = mb_strtoupper($ascii_lower);
38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
50 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
10 /* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding]
19 echo "*** Testing mb_strtoupper() : error conditions ***\n";
24 var_dump( mb_strtoupper($sourcestring, $encoding) );
29 *** Testing mb_strtoupper() : error conditions ***
31 Warning: mb_strtoupper(): Unknown encoding "unknown-encoding" in %s on line %d
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
11 * Test basic functionality of mb_strtoupper
14 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
23 $ascii = mb_strtoupper($ascii_lower);
33 $mb = mb_strtoupper($greek_lower, 'UTF-8');
45 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
14 echo "*** Testing mb_strtoupper() : error conditions ***\n";
20 var_dump( mb_strtoupper($sourcestring, $encoding) );
27 *** Testing mb_strtoupper() : error conditions ***
28 mb_strtoupper(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given
/dports/lang/php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
11 * Test basic functionality of mb_strtoupper
14 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
23 $ascii = mb_strtoupper($ascii_lower);
33 $mb = mb_strtoupper($greek_lower, 'UTF-8');
45 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
14 echo "*** Testing mb_strtoupper() : error conditions ***\n";
20 var_dump( mb_strtoupper($sourcestring, $encoding) );
27 *** Testing mb_strtoupper() : error conditions ***
28 mb_strtoupper(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given
/dports/www/mod_php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt2 Test mb_strtoupper() function : basic functionality
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
11 * Test basic functionality of mb_strtoupper
14 echo "*** Testing mb_strtoupper() : basic functionality ***\n";
23 $ascii = mb_strtoupper($ascii_lower);
33 $mb = mb_strtoupper($greek_lower, 'UTF-8');
45 *** Testing mb_strtoupper() : basic functionality ***
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
6 function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available in this build");
14 echo "*** Testing mb_strtoupper() : error conditions ***\n";
20 var_dump( mb_strtoupper($sourcestring, $encoding) );
27 *** Testing mb_strtoupper() : error conditions ***
28 mb_strtoupper(): Argument #2 ($encoding) must be a valid encoding, "unknown-encoding" given

12345678910>>...32