Home
last modified time | relevance | path

Searched refs:ctype_upper (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/ctype/tests/
H A Dctype_upper_error.phpt2 Test ctype_upper() function : error conditions - incorrect number of args
7 /* Prototype : bool ctype_upper(mixed $c)
13 * Pass incorrect number of arguments to ctype_upper() to test behaviour
16 echo "*** Testing ctype_upper() : error conditions ***\n";
19 echo "\n-- Testing ctype_upper() function with Zero arguments --\n";
20 var_dump( ctype_upper() );
22 //Test ctype_upper with one more than the expected number of arguments
26 var_dump( ctype_upper($c, $extra_arg) );
30 *** Testing ctype_upper() : error conditions ***
32 -- Testing ctype_upper() function with Zero arguments --
[all …]
H A Dctype_upper_basic.phpt2 Test ctype_upper() function : basic functionality
7 /* Prototype : bool ctype_upper(mixed $c)
12 echo "*** Testing ctype_upper() : basic functionality ***\n";
19 var_dump(ctype_upper($c1));
20 var_dump(ctype_upper($c2));
26 *** Testing ctype_upper() : basic functionality ***
H A Dctype_upper_variation4.phpt2 Test ctype_upper() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_upper(mixed $c)
13 * Pass octal and hexadecimal values to ctype_upper() to test behaviour
16 echo "*** Testing ctype_upper() : usage variations ***\n";
26 var_dump(ctype_upper($c));
34 var_dump(ctype_upper($c));
42 *** Testing ctype_upper() : usage variations ***
H A Dctype_upper_variation1.phpt2 Test ctype_upper() function : usage variations - different data types
7 /* Prototype : bool ctype_upper(mixed $c)
13 * Pass different data types as $c argument to ctype_upper() to test behaviour
16 echo "*** Testing ctype_upper() : usage variations ***\n";
89 // loop through each element of $inputs to check the behavior of ctype_upper()
93 var_dump( ctype_upper($input) );
103 *** Testing ctype_upper() : usage variations ***
H A Dctype_upper_variation3.phpt2 Test ctype_upper() function : usage variations - different strings
7 /* Prototype : bool ctype_upper(mixed $c)
13 * Pass strings containing different character types to ctype_upper() to test
17 echo "*** Testing ctype_upper() : usage variations ***\n";
52 var_dump( ctype_upper($value) );
60 *** Testing ctype_upper() : usage variations ***
H A Dctype_upper_variation2.phpt2 Test ctype_upper() function : usage variations - different integers
7 /* Prototype : bool ctype_upper(mixed $c)
13 * Pass different integers to ctype_upper() to test which character codes are considered
17 echo "*** Testing ctype_upper() : usage variations ***\n";
21 if (ctype_upper($i)) {
30 *** Testing ctype_upper() : usage variations ***
H A D001.phpt17 ctype_test_001("ctype_upper");
30 ctype_upper 26
H A D002.phpt24 ctype_test_002("ctype_upper");
39 ctype_upper 26 26 0
H A Dbug25745.phpt10 "ctype_space", "ctype_upper", "ctype_xdigit"
/PHP-5.3/ext/ctype/
H A Dctype.c44 static PHP_FUNCTION(ctype_upper);
107 PHP_FE(ctype_upper, arginfo_ctype_upper)
255 static PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() argument

Completed in 18 milliseconds