Searched refs:ctype_lower (Results 1 – 11 of 11) sorted by relevance
2 Test ctype_lower() function : basic functionality7 echo "*** Testing ctype_lower() : basic functionality ***\n";14 var_dump(ctype_lower($c1));15 var_dump(ctype_lower($c2));20 *** Testing ctype_lower() : basic functionality ***
2 Test ctype_lower() function : usage variations - octal and hexadecimal values8 * Pass octal and hexadecimal values to ctype_lower() to test behaviour11 echo "*** Testing ctype_lower() : usage variations ***\n";22 var_dump(ctype_lower($c));30 var_dump(ctype_lower($c));37 *** Testing ctype_lower() : usage variations ***
2 Test ctype_lower() function : usage variations - different data types as $c arg8 * Pass different data types as $c argument to ctype_lower() to test behaviour11 echo "*** Testing ctype_lower() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_lower()88 var_dump( ctype_lower($input) );97 *** Testing ctype_lower() : usage variations ***
2 Test ctype_lower() function : usage variations - different strings8 * Pass strings containing different character types to ctype_lower() to test12 echo "*** Testing ctype_lower() : usage variations ***\n";48 var_dump( ctype_lower($value) );55 *** Testing ctype_lower() : usage variations ***
2 Test ctype_lower() function : usage variations - different integers8 * Pass different integers to ctype_lower() to test which character codes are considered12 echo "*** Testing ctype_lower() : usage variations ***\n";17 if (ctype_lower($i)) {25 *** Testing ctype_lower() : usage variations ***
16 ctype_test_001("ctype_lower");29 ctype_lower 26
23 ctype_test_002("ctype_lower");38 ctype_lower 26 26 0
9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
33 ZEND_FUNCTION(ctype_lower);47 ZEND_FE(ctype_lower, arginfo_ctype_lower)
13 function ctype_lower(mixed $text): bool {} function
126 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() argument
Completed in 12 milliseconds