Searched refs:ctype_lower (Results 1 – 11 of 11) sorted by relevance
16 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";21 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";27 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";33 ctype_lower(\xe4): n36 ctype_lower(\xe4): n40 ctype_lower(\xe4): y
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 ***101 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…106 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…111 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…116 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…[all …]
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 - 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(chr($i))) {25 *** Testing ctype_lower() : usage variations ***
19 ctype_test_001("ctype_lower");32 ctype_lower 26
23 ctype_test_002("ctype_lower");38 ctype_lower 26 26 0
11 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
32 ZEND_FUNCTION(ctype_lower);45 ZEND_FE(ctype_lower, arginfo_ctype_lower)
13 function ctype_lower(mixed $text): bool {} function
136 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() argument
Completed in 37 milliseconds