Home
last modified time | relevance | path

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

/PHP-5.5/ext/ctype/tests/
H A Dctype_alpha_error.phpt2 Test ctype_alpha() function : error conditions - Incorrect number of arguments
7 /* Prototype : bool ctype_alpha(mixed $c)
13 * Pass an incorrect number of arguments to ctype_alpha() to test behaviour
16 echo "*** Testing ctype_alpha() : error conditions ***\n";
19 echo "\n-- Testing ctype_alpha() function with Zero arguments --\n";
20 var_dump( ctype_alpha() );
22 //Test ctype_alpha with one more than the expected number of arguments
26 var_dump( ctype_alpha($c, $extra_arg) );
30 *** Testing ctype_alpha() : error conditions ***
32 -- Testing ctype_alpha() function with Zero arguments --
[all …]
H A Dctype_alpha_basic.phpt2 Test ctype_alpha() function : basic functionality
7 /* Prototype : bool ctype_alpha(mixed $c)
12 echo "*** Testing ctype_alpha() : basic functionality ***\n";
19 var_dump(ctype_alpha($c1));
20 var_dump(ctype_alpha($c2));
26 *** Testing ctype_alpha() : basic functionality ***
H A Dctype_alpha_variation4.phpt2 Test ctype_alpha() function : usage variations - Octal and hexadecimal values
7 /* Prototype : bool ctype_alpha(mixed $c)
13 * Pass octal and hexadecimal values to ctype_alpha() to test behaviour
16 echo "*** Testing ctype_alpha() : usage variations ***\n";
27 var_dump(ctype_alpha($c));
35 var_dump(ctype_alpha($c));
43 *** Testing ctype_alpha() : usage variations ***
H A Dctype_alpha_variation1.phpt2 Test ctype_alpha() function : usage variations - different data types as $c arg
7 /* Prototype : bool ctype_alpha(mixed $c)
13 * Pass different data types as $c argument to ctype_alpha() to test behaviour
16 echo "*** Testing ctype_alpha() : usage variations ***\n";
89 // loop through each element of $inputs to check the behavior of ctype_alpha()
93 var_dump( ctype_alpha($input) );
103 *** Testing ctype_alpha() : usage variations ***
H A Dctype_alpha_variation3.phpt2 Test ctype_alpha() function : usage variations - different strings
7 /* Prototype : bool ctype_alpha(mixed $c)
13 * Pass strings containing different character types to ctype_alpha() to test
17 echo "*** Testing ctype_alpha() : usage variations ***\n";
52 var_dump( ctype_alpha($value) );
60 *** Testing ctype_alpha() : usage variations ***
H A Dctype_alpha_variation2.phpt2 Test ctype_alpha() function : usage variations - different integers
7 /* Prototype : bool ctype_alpha(mixed $c)
13 * Pass different integers to ctype_alpha() to test which character codes are considered
17 echo "*** Testing ctype_alpha() : usage variations ***\n";
22 if (ctype_alpha($i)) {
31 *** Testing ctype_alpha() : usage variations ***
H A D001.phpt18 ctype_test_001("ctype_alpha");
31 ctype_alpha 52
H A D002.phpt25 ctype_test_002("ctype_alpha");
40 ctype_alpha 52 52 0
H A Dbug25745.phpt8 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
/PHP-5.5/ext/ctype/
H A Dctype.c36 static PHP_FUNCTION(ctype_alpha);
99 PHP_FE(ctype_alpha, arginfo_ctype_alpha)
191 static PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() argument

Completed in 21 milliseconds