Searched refs:ctype_print (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_print() function : error conditions - incorrect number of args7 /* Prototype : bool ctype_print(mixed $c)13 * Pass incorrect number of arguments to ctype_print() to test behaviour16 echo "*** Testing ctype_print() : error conditions ***\n";19 echo "\n-- Testing ctype_print() function with Zero arguments --\n";20 var_dump( ctype_print() );22 //Test ctype_print with one more than the expected number of arguments26 var_dump( ctype_print($c, $extra_arg) );30 *** Testing ctype_print() : error conditions ***32 -- Testing ctype_print() function with Zero arguments --[all …]
2 Test ctype_print() function : basic functionality7 /* Prototype : bool ctype_print(mixed $c)12 echo "*** Testing ctype_print() : basic functionality ***\n";19 var_dump(ctype_print($c1));20 var_dump(ctype_print($c2));26 *** Testing ctype_print() : basic functionality ***
2 Test ctype_print() function : usage variations - octal and hexadecimal values7 /* Prototype : bool ctype_print(mixed $c)13 * Pass octal and hexadecimal values to ctype_print() to test behaviour16 echo "*** Testing ctype_print() : usage variations ***\n";27 var_dump(ctype_print($c));35 var_dump(ctype_print($c));42 *** Testing ctype_print() : usage variations ***
2 Test ctype_print() function : usage variations - different strings7 /* Prototype : bool ctype_print(mixed $c)13 * Pass strings containing different character types to ctype_print() to test17 echo "*** Testing ctype_print() : usage variations ***\n";50 var_dump( ctype_print($value) );58 *** Testing ctype_print() : usage variations ***
2 Test ctype_print() function : usage variations - different data types as $c arg7 /* Prototype : bool ctype_print(mixed $c)13 * Pass different data types as $c argument to ctype_print() to test behaviour16 echo "*** Testing ctype_print() : usage variations ***\n";89 // loop through each element of $inputs to check the behavior of ctype_print()93 var_dump( ctype_print($input) );103 *** Testing ctype_print() : usage variations ***
23 ctype_test_001("ctype_print");36 ctype_print 95
30 ctype_test_002("ctype_print");45 ctype_print 95 95 95
2 Test ctype_print() function : usage variations - different integers7 /* Prototype : bool ctype_print(mixed $c)13 * Pass different integers to ctype_print() to test which character codes are considered17 echo "*** Testing ctype_print() : usage variations ***\n";22 if (ctype_print($i)) {31 *** Testing ctype_print() : usage variations ***
9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
41 static PHP_FUNCTION(ctype_print);104 PHP_FE(ctype_print, arginfo_ctype_print)231 static PHP_FUNCTION(ctype_print) in PHP_FUNCTION() argument
Completed in 13 milliseconds