Searched refs:ctype_upper (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_upper() function : usage variations - different data types8 * Pass different data types as $c argument to ctype_upper() to test behaviour11 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 …]
2 Test ctype_upper() function : basic functionality7 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 ***
2 Test ctype_upper() function : usage variations - different strings8 * Pass strings containing different character types to ctype_upper() to test12 echo "*** Testing ctype_upper() : usage variations ***\n";47 var_dump( ctype_upper($value) );54 *** Testing ctype_upper() : usage variations ***
2 Test ctype_upper() function : usage variations - different integers8 * Pass different integers to ctype_upper() to test which character codes are considered12 echo "*** Testing ctype_upper() : usage variations ***\n";16 if (ctype_upper(chr($i))) {24 *** Testing ctype_upper() : usage variations ***
20 ctype_test_001("ctype_upper");33 ctype_upper 26
24 ctype_test_002("ctype_upper");39 ctype_upper 26 26 0
12 "ctype_space", "ctype_upper", "ctype_xdigit"
37 ZEND_FUNCTION(ctype_upper);50 ZEND_FE(ctype_upper, arginfo_ctype_upper)
23 function ctype_upper(mixed $text): bool {} function
171 PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() argument
Completed in 14 milliseconds