Home
last modified time | relevance | path

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

/PHP-7.2/ext/ctype/tests/
H A Dctype_punct_error.phpt2 Test ctype_punct() function : error conditions - incorrect number of args
7 /* Prototype : bool ctype_punct(mixed $c)
14 * Pass incorrect number of arguments to ctype_punct() to test behaviour
17 echo "*** Testing ctype_punct() : error conditions ***\n";
22 echo "\n-- Testing ctype_punct() function with Zero arguments --\n";
23 var_dump( ctype_punct() );
25 //Test ctype_punct with one more than the expected number of arguments
29 var_dump( ctype_punct($c, $extra_arg) );
35 *** Testing ctype_punct() : error conditions ***
37 -- Testing ctype_punct() function with Zero arguments --
[all …]
H A Dctype_punct_basic.phpt2 Test ctype_punct() function : basic functionality
7 /* Prototype : bool ctype_punct(mixed $c)
13 echo "*** Testing ctype_punct() : basic functionality ***\n";
20 var_dump(ctype_punct($c1));
21 var_dump(ctype_punct($c2));
27 *** Testing ctype_punct() : basic functionality ***
H A Dctype_punct_variation4.phpt2 Test ctype_punct() function : usage variations - Octal and Hexadecimal values
7 /* Prototype : bool ctype_punct(mixed $c)
14 * Pass different octal and hexadecimal values to ctype_punct() to test behaviour
17 echo "*** Testing ctype_punct() : usage variations ***\n";
28 var_dump(ctype_punct($c));
36 var_dump(ctype_punct($c));
44 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation2.phpt2 Test ctype_punct() function : usage variations - different integers
7 /* Prototype : bool ctype_punct(mixed $c)
14 * Pass different integers to ctype_punct() to test which character codes are considered
18 echo "*** Testing ctype_punct() : usage variations ***\n";
23 if (ctype_punct($c)) {
32 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation3.phpt2 Test ctype_punct() function : usage variations - different punctuation
7 /* Prototype : bool ctype_punct(mixed $c)
14 * Pass strings containing different character types to ctype_punct() to test
18 echo "*** Testing ctype_punct() : usage variations ***\n";
54 var_dump( ctype_punct($value) );
61 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation1.phpt2 Test ctype_punct() function : usage variations - different data types as $c argument
7 /* Prototype : bool ctype_punct(mixed $c)
17 echo "*** Testing ctype_punct() : usage variations ***\n";
90 // loop through each element of $inputs to check the behavior of ctype_punct
94 var_dump( ctype_punct($input) );
104 *** Testing ctype_punct() : usage variations ***
H A D001.phpt24 ctype_test_001("ctype_punct");
37 ctype_punct 32
H A D002.phpt31 ctype_test_002("ctype_punct");
46 ctype_punct 32 32 0
H A Dbug25745.phpt9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
/PHP-7.2/ext/ctype/
H A Dctype.c42 static PHP_FUNCTION(ctype_punct);
105 PHP_FE(ctype_punct, arginfo_ctype_punct)
240 static PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() argument

Completed in 17 milliseconds