Home
last modified time | relevance | path

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

/PHP-5.4/ext/ctype/tests/
H A Dctype_cntrl_error.phpt2 Test ctype_cntrl() function : error conditions - Incorrect number of args
7 /* Prototype : bool ctype_cntrl(mixed $c)
13 * Pass an incorrect number of arguments to ctype_cntrl() to test behaviour
16 echo "*** Testing ctype_cntrl() : error conditions ***\n";
19 echo "\n-- Testing ctype_cntrl() function with Zero arguments --\n";
20 var_dump( ctype_cntrl() );
22 //Test ctype_cntrl with one more than the expected number of arguments
26 var_dump( ctype_cntrl($c, $extra_arg) );
30 *** Testing ctype_cntrl() : error conditions ***
32 -- Testing ctype_cntrl() function with Zero arguments --
[all …]
H A Dctype_cntrl_basic.phpt2 Test ctype_cntrl() function : basic functionality
7 /* Prototype : bool ctype_cntrl(mixed $c)
12 echo "*** Testing ctype_cntrl() : basic functionality ***\n";
19 var_dump(ctype_cntrl($c1));
20 var_dump(ctype_cntrl($c2));
26 *** Testing ctype_cntrl() : basic functionality ***
H A Dctype_cntrl_variation4.phpt2 Test ctype_cntrl() function : usage variations - Octal and hexadecimal values
7 /* Prototype : bool ctype_cntrl(mixed $c)
13 * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour
16 echo "*** Testing ctype_cntrl() : usage variations ***\n";
27 var_dump(ctype_cntrl($c));
35 var_dump(ctype_cntrl($c));
42 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation3.phpt2 Test ctype_cntrl() function : usage variations - Different strings
7 /* Prototype : bool ctype_cntrl(mixed $c)
13 * Pass strings containing different character types to ctype_cntrl() to test
17 echo "*** Testing ctype_cntrl() : usage variations ***\n";
55 // loop through each element of $values to test behaviour of ctype_cntrl()
59 var_dump( ctype_cntrl($value) );
67 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation1.phpt2 Test ctype_cntrl() function : usage variations - Different data types as $c arg
7 /* Prototype : bool ctype_cntrl(mixed $c)
13 * Pass different data types as $c argument to ctype_cntrl() to test behaviour
16 echo "*** Testing ctype_cntrl() : usage variations ***\n";
90 // loop through each element of $inputs to check the behavior of ctype_cntrl()
94 var_dump( ctype_cntrl($input) );
104 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation2.phpt2 Test ctype_cntrl() function : usage variations - different integers
7 /* Prototype : bool ctype_cntrl(mixed $c)
13 * Pass different integers to ctype_cntrl() to test which character codes are considered
17 echo "*** Testing ctype_cntrl() : usage variations ***\n";
22 if (ctype_cntrl($i)) {
31 *** Testing ctype_cntrl() : usage variations ***
H A D001.phpt21 ctype_test_001("ctype_cntrl");
34 ctype_cntrl 33
H A D002.phpt28 ctype_test_002("ctype_cntrl");
43 ctype_cntrl 33 33 0
H A Dbug25745.phpt8 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
/PHP-5.4/ext/ctype/
H A Dctype.c37 static PHP_FUNCTION(ctype_cntrl);
100 PHP_FE(ctype_cntrl, arginfo_ctype_cntrl)
199 static PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() argument

Completed in 36 milliseconds