Home
last modified time | relevance | path

Searched refs:ctype_upper (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/ctype/tests/
H A Dctype_upper_variation1.phpt2 Test ctype_upper() function : usage variations - different data types
8 * Pass different data types as $c argument to ctype_upper() to test behaviour
11 echo "*** Testing ctype_upper() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_upper()
88 var_dump( ctype_upper($input) );
97 *** Testing ctype_upper() : usage variations ***
101 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_upper_basic.phpt2 Test ctype_upper() function : basic functionality
7 echo "*** Testing ctype_upper() : basic functionality ***\n";
14 var_dump(ctype_upper($c1));
15 var_dump(ctype_upper($c2));
20 *** Testing ctype_upper() : basic functionality ***
H A Dctype_upper_variation3.phpt2 Test ctype_upper() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_upper() to test
12 echo "*** Testing ctype_upper() : usage variations ***\n";
47 var_dump( ctype_upper($value) );
54 *** Testing ctype_upper() : usage variations ***
H A Dctype_upper_variation2.phpt2 Test ctype_upper() function : usage variations - different integers
8 * Pass different integers to ctype_upper() to test which character codes are considered
12 echo "*** Testing ctype_upper() : usage variations ***\n";
16 if (ctype_upper(chr($i))) {
24 *** Testing ctype_upper() : usage variations ***
H A D001.phpt20 ctype_test_001("ctype_upper");
33 ctype_upper 26
H A D002.phpt24 ctype_test_002("ctype_upper");
39 ctype_upper 26 26 0
H A Dbug25745.phpt12 "ctype_space", "ctype_upper", "ctype_xdigit"
/PHP-8.1/ext/ctype/
H A Dctype_arginfo.h38 ZEND_FUNCTION(ctype_upper);
52 ZEND_FE(ctype_upper, arginfo_ctype_upper)
H A Dctype.stub.php23 function ctype_upper(mixed $text): bool {} function
H A Dctype.c173 PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() argument

Completed in 26 milliseconds