Home
last modified time | relevance | path

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

/PHP-5.4/ext/ctype/tests/
H A Dctype_lower_error.phpt2 Test ctype_lower() function : error conditions - incorrect number of args
7 /* Prototype : bool ctype_lower(mixed $c)
13 * Pass incorrect number of arguments to ctype_lower() to test behaviour
16 echo "*** Testing ctype_lower() : error conditions ***\n";
19 echo "\n-- Testing ctype_lower() function with Zero arguments --\n";
20 var_dump( ctype_lower() );
22 //Test ctype_lower with one more than the expected number of arguments
26 var_dump( ctype_lower($c, $extra_arg) );
30 *** Testing ctype_lower() : error conditions ***
32 -- Testing ctype_lower() function with Zero arguments --
[all …]
H A Dctype_lower_basic.phpt2 Test ctype_lower() function : basic functionality
7 /* Prototype : bool ctype_lower(mixed $c)
12 echo "*** Testing ctype_lower() : basic functionality ***\n";
19 var_dump(ctype_lower($c1));
20 var_dump(ctype_lower($c2));
26 *** Testing ctype_lower() : basic functionality ***
H A Dctype_lower_variation4.phpt2 Test ctype_lower() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_lower(mixed $c)
13 * Pass octal and hexadecimal values to ctype_lower() to test behaviour
16 echo "*** Testing ctype_lower() : usage variations ***\n";
27 var_dump(ctype_lower($c));
35 var_dump(ctype_lower($c));
43 *** Testing ctype_lower() : usage variations ***
H A Dctype_lower_variation1.phpt2 Test ctype_lower() function : usage variations - different data types as $c arg
7 /* Prototype : bool ctype_lower(mixed $c)
13 * Pass different data types as $c argument to ctype_lower() to test behaviour
16 echo "*** Testing ctype_lower() : usage variations ***\n";
89 // loop through each element of $inputs to check the behavior of ctype_lower()
93 var_dump( ctype_lower($input) );
103 *** Testing ctype_lower() : usage variations ***
H A Dctype_lower_variation3.phpt2 Test ctype_lower() function : usage variations - different strings
7 /* Prototype : bool ctype_lower(mixed $c)
13 * Pass strings containing different character types to ctype_lower() to test
17 echo "*** Testing ctype_lower() : usage variations ***\n";
53 var_dump( ctype_lower($value) );
61 *** Testing ctype_lower() : usage variations ***
H A Dctype_lower_variation2.phpt2 Test ctype_lower() function : usage variations - different integers
7 /* Prototype : bool ctype_lower(mixed $c)
13 * Pass different integers to ctype_lower() to test which character codes are considered
17 echo "*** Testing ctype_lower() : usage variations ***\n";
22 if (ctype_lower($i)) {
31 *** Testing ctype_lower() : usage variations ***
H A D001.phpt16 ctype_test_001("ctype_lower");
29 ctype_lower 26
H A D002.phpt23 ctype_test_002("ctype_lower");
38 ctype_lower 26 26 0
H A Dbug25745.phpt9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-5.4/ext/ctype/
H A Dctype.c39 static PHP_FUNCTION(ctype_lower);
102 PHP_FE(ctype_lower, arginfo_ctype_lower)
215 static PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() argument

Completed in 16 milliseconds