Searched refs:ctype_alpha (Results 1 – 12 of 12) sorted by relevance
2 Test ctype_alpha() function : basic functionality7 echo "*** Testing ctype_alpha() : basic functionality ***\n";14 var_dump(ctype_alpha($c1));15 var_dump(ctype_alpha($c2));20 *** Testing ctype_alpha() : basic functionality ***
2 Test ctype_alpha() function : usage variations - Octal and hexadecimal values8 * Pass octal and hexadecimal values to ctype_alpha() to test behaviour11 echo "*** Testing ctype_alpha() : usage variations ***\n";22 var_dump(ctype_alpha($c));30 var_dump(ctype_alpha($c));37 *** Testing ctype_alpha() : usage variations ***
2 Test ctype_alpha() function : usage variations - different data types as $c arg8 * Pass different data types as $c argument to ctype_alpha() to test behaviour11 echo "*** Testing ctype_alpha() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_alpha()88 var_dump( ctype_alpha($input) );97 *** Testing ctype_alpha() : usage variations ***
2 Test ctype_alpha() function : usage variations - different strings8 * Pass strings containing different character types to ctype_alpha() to test12 echo "*** Testing ctype_alpha() : usage variations ***\n";47 var_dump( ctype_alpha($value) );54 *** Testing ctype_alpha() : usage variations ***
2 Test ctype_alpha() function : usage variations - different integers8 * Pass different integers to ctype_alpha() to test which character codes are considered12 echo "*** Testing ctype_alpha() : usage variations ***\n";17 if (ctype_alpha($i)) {25 *** Testing ctype_alpha() : usage variations ***
18 ctype_test_001("ctype_alpha");31 ctype_alpha 52
25 ctype_test_002("ctype_alpha");40 ctype_alpha 52 52 0
8 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
30 ZEND_FUNCTION(ctype_alpha);44 ZEND_FE(ctype_alpha, arginfo_ctype_alpha)
7 function ctype_alpha(mixed $text): bool {} function
105 PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() argument
17 case ctype_alpha($value[0]):
Completed in 15 milliseconds