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