Home
last modified time | relevance | path

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

/PHP-8.0/ext/ctype/tests/
H A Dctype_punct_basic.phpt2 Test ctype_punct() function : basic functionality
7 echo "*** Testing ctype_punct() : basic functionality ***\n";
14 var_dump(ctype_punct($c1));
15 var_dump(ctype_punct($c2));
20 *** Testing ctype_punct() : basic functionality ***
H A Dctype_punct_variation4.phpt2 Test ctype_punct() function : usage variations - Octal and Hexadecimal values
8 * Pass different octal and hexadecimal values to ctype_punct() to test behaviour
11 echo "*** Testing ctype_punct() : usage variations ***\n";
22 var_dump(ctype_punct($c));
30 var_dump(ctype_punct($c));
37 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation2.phpt2 Test ctype_punct() function : usage variations - different integers
8 * Pass different integers to ctype_punct() to test which character codes are considered
12 echo "*** Testing ctype_punct() : usage variations ***\n";
17 if (ctype_punct($c)) {
25 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation3.phpt2 Test ctype_punct() function : usage variations - different punctuation
8 * Pass strings containing different character types to ctype_punct() to test
12 echo "*** Testing ctype_punct() : usage variations ***\n";
48 var_dump( ctype_punct($value) );
54 *** Testing ctype_punct() : usage variations ***
H A Dctype_punct_variation1.phpt2 Test ctype_punct() function : usage variations - different data types as $c argument
11 echo "*** Testing ctype_punct() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_punct
88 var_dump( ctype_punct($input) );
97 *** 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-8.0/ext/ctype/
H A Dctype_arginfo.h36 ZEND_FUNCTION(ctype_punct);
50 ZEND_FE(ctype_punct, arginfo_ctype_punct)
H A Dctype.stub.php19 function ctype_punct(mixed $text): bool {} function
H A Dctype.c147 PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() argument

Completed in 15 milliseconds