Home
last modified time | relevance | path

Searched refs:ctype_print (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/ctype/tests/
H A Dctype_print_basic.phpt2 Test ctype_print() function : basic functionality
7 /* Prototype : bool ctype_print(mixed $c)
12 echo "*** Testing ctype_print() : basic functionality ***\n";
19 var_dump(ctype_print($c1));
20 var_dump(ctype_print($c2));
26 *** Testing ctype_print() : basic functionality ***
H A Dctype_print_variation4.phpt2 Test ctype_print() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_print(mixed $c)
13 * Pass octal and hexadecimal values to ctype_print() to test behaviour
16 echo "*** Testing ctype_print() : usage variations ***\n";
27 var_dump(ctype_print($c));
35 var_dump(ctype_print($c));
42 *** Testing ctype_print() : usage variations ***
H A Dctype_print_variation3.phpt2 Test ctype_print() function : usage variations - different strings
7 /* Prototype : bool ctype_print(mixed $c)
13 * Pass strings containing different character types to ctype_print() to test
17 echo "*** Testing ctype_print() : usage variations ***\n";
50 var_dump( ctype_print($value) );
58 *** Testing ctype_print() : usage variations ***
H A Dctype_print_variation1.phpt2 Test ctype_print() function : usage variations - different data types as $c arg
7 /* Prototype : bool ctype_print(mixed $c)
13 * Pass different data types as $c argument to ctype_print() to test behaviour
16 echo "*** Testing ctype_print() : usage variations ***\n";
89 // loop through each element of $inputs to check the behavior of ctype_print()
93 var_dump( ctype_print($input) );
103 *** Testing ctype_print() : usage variations ***
H A D001.phpt23 ctype_test_001("ctype_print");
36 ctype_print 95
H A D002.phpt30 ctype_test_002("ctype_print");
45 ctype_print 95 95 95
H A Dctype_print_variation2.phpt2 Test ctype_print() function : usage variations - different integers
7 /* Prototype : bool ctype_print(mixed $c)
13 * Pass different integers to ctype_print() to test which character codes are considered
17 echo "*** Testing ctype_print() : usage variations ***\n";
22 if (ctype_print($i)) {
31 *** Testing ctype_print() : usage variations ***
H A Dbug25745.phpt9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-7.4/ext/ctype/
H A Dctype.c41 static PHP_FUNCTION(ctype_print);
104 PHP_FE(ctype_print, arginfo_ctype_print)
227 static PHP_FUNCTION(ctype_print) in PHP_FUNCTION() argument

Completed in 11 milliseconds