Home
last modified time | relevance | path

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

/PHP-8.2/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt16 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): n
36 ctype_lower(\xe4): n
40 ctype_lower(\xe4): y
H A Dctype_lower_variation1.phpt2 Test ctype_lower() function : usage variations - different data types as $c arg
8 * Pass different data types as $c argument to ctype_lower() to test behaviour
11 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 …]
H A Dctype_lower_basic.phpt2 Test ctype_lower() function : basic functionality
7 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 ***
H A Dctype_lower_variation3.phpt2 Test ctype_lower() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_lower() to test
12 echo "*** Testing ctype_lower() : usage variations ***\n";
48 var_dump( ctype_lower($value) );
55 *** Testing ctype_lower() : usage variations ***
H A Dctype_lower_variation2.phpt2 Test ctype_lower() function : usage variations - different integers
8 * Pass different integers to ctype_lower() to test which character codes are considered
12 echo "*** Testing ctype_lower() : usage variations ***\n";
17 if (ctype_lower(chr($i))) {
25 *** Testing ctype_lower() : usage variations ***
H A D001.phpt19 ctype_test_001("ctype_lower");
32 ctype_lower 26
H A D002.phpt23 ctype_test_002("ctype_lower");
38 ctype_lower 26 26 0
H A Dbug25745.phpt11 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-8.2/ext/ctype/
H A Dctype_arginfo.h33 ZEND_FUNCTION(ctype_lower);
47 ZEND_FE(ctype_lower, arginfo_ctype_lower)
H A Dctype.stub.php13 function ctype_lower(mixed $text): bool {} function
H A Dctype.c138 PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() argument

Completed in 18 milliseconds