Home
last modified time | relevance | path

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

/PHP-8.1/ext/ctype/tests/
H A Dctype_graph_variation1.phpt2 Test ctype_graph() function : usage variations - different data types as $c arg
8 * Pass different data types as $c argument to ctype_graph() to test behaviour
11 echo "*** Testing ctype_graph() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_graph()
88 var_dump( ctype_graph($input) );
97 *** Testing ctype_graph() : usage variations ***
101 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_graph_basic.phpt2 Test ctype_graph() function : basic functionality
7 echo "*** Testing ctype_graph() : basic functionality ***\n";
14 var_dump(ctype_graph($c1));
15 var_dump(ctype_graph($c2));
20 *** Testing ctype_graph() : basic functionality ***
H A Dctype_graph_variation3.phpt2 Test ctype_graph() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_graph() to test
12 echo "*** Testing ctype_graph() : usage variations ***\n";
50 var_dump( ctype_graph($value) );
57 *** Testing ctype_graph() : usage variations ***
H A D001.phpt25 ctype_test_001("ctype_graph");
38 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
8 * Pass different integers to ctype_graph() to test which character codes are considered
12 echo "*** Testing ctype_graph() : usage variations ***\n";
17 if (ctype_graph(chr($i))) {
25 *** Testing ctype_graph() : usage variations ***
H A Dbug25745.phpt11 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-8.1/ext/ctype/
H A Dctype_arginfo.h34 ZEND_FUNCTION(ctype_graph);
48 ZEND_FE(ctype_graph, arginfo_ctype_graph)
H A Dctype.stub.php15 function ctype_graph(mixed $text): bool {} function
H A Dctype.c145 PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() argument

Completed in 11 milliseconds