Searched refs:ctype_upper (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_upper() function : error conditions - incorrect number of args7 /* Prototype : bool ctype_upper(mixed $c)13 * Pass incorrect number of arguments to ctype_upper() to test behaviour16 echo "*** Testing ctype_upper() : error conditions ***\n";19 echo "\n-- Testing ctype_upper() function with Zero arguments --\n";20 var_dump( ctype_upper() );22 //Test ctype_upper with one more than the expected number of arguments26 var_dump( ctype_upper($c, $extra_arg) );30 *** Testing ctype_upper() : error conditions ***32 -- Testing ctype_upper() function with Zero arguments --[all …]
2 Test ctype_upper() function : basic functionality7 /* Prototype : bool ctype_upper(mixed $c)12 echo "*** Testing ctype_upper() : basic functionality ***\n";19 var_dump(ctype_upper($c1));20 var_dump(ctype_upper($c2));26 *** Testing ctype_upper() : basic functionality ***
2 Test ctype_upper() function : usage variations - octal and hexadecimal values7 /* Prototype : bool ctype_upper(mixed $c)13 * Pass octal and hexadecimal values to ctype_upper() to test behaviour16 echo "*** Testing ctype_upper() : usage variations ***\n";26 var_dump(ctype_upper($c));34 var_dump(ctype_upper($c));42 *** Testing ctype_upper() : usage variations ***
2 Test ctype_upper() function : usage variations - different data types7 /* Prototype : bool ctype_upper(mixed $c)13 * Pass different data types as $c argument to ctype_upper() to test behaviour16 echo "*** Testing ctype_upper() : usage variations ***\n";89 // loop through each element of $inputs to check the behavior of ctype_upper()93 var_dump( ctype_upper($input) );103 *** Testing ctype_upper() : usage variations ***
2 Test ctype_upper() function : usage variations - different strings7 /* Prototype : bool ctype_upper(mixed $c)13 * Pass strings containing different character types to ctype_upper() to test17 echo "*** Testing ctype_upper() : usage variations ***\n";52 var_dump( ctype_upper($value) );60 *** Testing ctype_upper() : usage variations ***
2 Test ctype_upper() function : usage variations - different integers7 /* Prototype : bool ctype_upper(mixed $c)13 * Pass different integers to ctype_upper() to test which character codes are considered17 echo "*** Testing ctype_upper() : usage variations ***\n";21 if (ctype_upper($i)) {30 *** Testing ctype_upper() : usage variations ***
17 ctype_test_001("ctype_upper");30 ctype_upper 26
24 ctype_test_002("ctype_upper");39 ctype_upper 26 26 0
10 "ctype_space", "ctype_upper", "ctype_xdigit"
44 static PHP_FUNCTION(ctype_upper);107 PHP_FE(ctype_upper, arginfo_ctype_upper)255 static PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() argument
Completed in 11 milliseconds