Searched refs:ctype_cntrl (Results 1 – 11 of 11) sorted by relevance
2 Test ctype_cntrl() function : basic functionality7 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 ***
2 Test ctype_cntrl() function : usage variations - Octal and hexadecimal values8 * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour11 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 ***
2 Test ctype_cntrl() function : usage variations - Different strings8 * Pass strings containing different character types to ctype_cntrl() to test12 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 ***
2 Test ctype_cntrl() function : usage variations - Different data types as $c arg8 * Pass different data types as $c argument to ctype_cntrl() to test behaviour11 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 ***
2 Test ctype_cntrl() function : usage variations - different integers8 * Pass different integers to ctype_cntrl() to test which character codes are considered12 echo "*** Testing ctype_cntrl() : usage variations ***\n";17 if (ctype_cntrl($i)) {25 *** Testing ctype_cntrl() : usage variations ***
21 ctype_test_001("ctype_cntrl");34 ctype_cntrl 33
28 ctype_test_002("ctype_cntrl");43 ctype_cntrl 33 33 0
8 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
31 ZEND_FUNCTION(ctype_cntrl);45 ZEND_FE(ctype_cntrl, arginfo_ctype_cntrl)
9 function ctype_cntrl(mixed $text): bool {} function
112 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() argument
Completed in 14 milliseconds