Home
last modified time | relevance | path

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

/PHP-5.5/ext/ctype/tests/
H A Dctype_graph_error.phpt2 Test ctype_graph() function : error conditions - incorrect number of arguments
7 /* Prototype : bool ctype_graph(mixed $c)
13 * Pass an incorrect number of arguments to ctype_graph() to test behaviour
16 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 arguments
26 var_dump( ctype_graph($c, $extra_arg) );
30 *** Testing ctype_graph() : error conditions ***
32 -- Testing ctype_graph() function with Zero arguments --
[all …]
H A Dctype_graph_basic.phpt2 Test ctype_graph() function : basic functionality
7 /* 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 ***
H A Dctype_graph_variation4.phpt2 Test ctype_graph() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_graph(mixed $c)
13 * Pass octal and hexadecimal values to ctype_graph() to test behaviour
16 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 ***
H A Dctype_graph_variation1.phpt2 Test ctype_graph() function : usage variations - different data types as $c arg
7 /* Prototype : bool ctype_graph(mixed $c)
13 * Pass different data types as $c argument to ctype_graph() to test behaviour
16 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 ***
H A Dctype_graph_variation3.phpt2 Test ctype_graph() function : usage variations - different strings
7 /* Prototype : bool ctype_graph(mixed $c)
13 * Pass strings containing different character types to ctype_graph() to test
17 echo "*** Testing ctype_graph() : usage variations ***\n";
55 var_dump( ctype_graph($value) );
63 *** Testing ctype_graph() : usage variations ***
H A D001.phpt22 ctype_test_001("ctype_graph");
35 ctype_graph 94
H A D002.phpt29 ctype_test_002("ctype_graph");
44 ctype_graph 94 94 94
H A Dctype_graph_variation2.phpt2 Test ctype_graph() function : usage variations - different integers
7 /* Prototype : bool ctype_graph(mixed $c)
13 * Pass different integers to ctype_graph() to test which character codes are considered
17 echo "*** Testing ctype_graph() : usage variations ***\n";
22 if (ctype_graph($i)) {
31 *** Testing ctype_graph() : usage variations ***
H A Dbug25745.phpt9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-5.5/ext/ctype/
H A Dctype.c40 static PHP_FUNCTION(ctype_graph);
103 PHP_FE(ctype_graph, arginfo_ctype_graph)
223 static PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() argument

Completed in 14 milliseconds