Home
last modified time | relevance | path

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

/PHP-8.0/ext/ctype/tests/
H A Dctype_cntrl_basic.phpt2 Test ctype_cntrl() function : basic functionality
7 echo "*** Testing ctype_cntrl() : basic functionality ***\n";
14 var_dump(ctype_cntrl($c1));
15 var_dump(ctype_cntrl($c2));
20 *** Testing ctype_cntrl() : basic functionality ***
H A Dctype_cntrl_variation4.phpt2 Test ctype_cntrl() function : usage variations - Octal and hexadecimal values
8 * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour
11 echo "*** Testing ctype_cntrl() : usage variations ***\n";
22 var_dump(ctype_cntrl($c));
30 var_dump(ctype_cntrl($c));
36 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation3.phpt2 Test ctype_cntrl() function : usage variations - Different strings
8 * Pass strings containing different character types to ctype_cntrl() to test
12 echo "*** Testing ctype_cntrl() : usage variations ***\n";
50 // loop through each element of $values to test behaviour of ctype_cntrl()
54 var_dump( ctype_cntrl($value) );
61 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation1.phpt2 Test ctype_cntrl() function : usage variations - Different data types as $c arg
8 * Pass different data types as $c argument to ctype_cntrl() to test behaviour
11 echo "*** Testing ctype_cntrl() : usage variations ***\n";
85 // loop through each element of $inputs to check the behavior of ctype_cntrl()
89 var_dump( ctype_cntrl($input) );
98 *** Testing ctype_cntrl() : usage variations ***
H A Dctype_cntrl_variation2.phpt2 Test ctype_cntrl() function : usage variations - different integers
8 * Pass different integers to ctype_cntrl() to test which character codes are considered
12 echo "*** Testing ctype_cntrl() : usage variations ***\n";
17 if (ctype_cntrl($i)) {
25 *** 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-8.0/ext/ctype/
H A Dctype_arginfo.h31 ZEND_FUNCTION(ctype_cntrl);
45 ZEND_FE(ctype_cntrl, arginfo_ctype_cntrl)
H A Dctype.stub.php9 function ctype_cntrl(mixed $text): bool {} function
H A Dctype.c112 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() argument

Completed in 13 milliseconds