Searched refs:ctype_punct (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_punct() function : basic functionality7 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 ***
2 Test ctype_punct() function : usage variations - different data types as $c argument11 echo "*** Testing ctype_punct() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_punct88 var_dump( ctype_punct($input) );97 *** Testing ctype_punct() : usage variations ***101 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…106 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…111 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…116 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…121 Deprecated: ctype_punct(): Argument of type float will be interpreted as string in the future in %s…[all …]
2 Test ctype_punct() function : usage variations - different integers8 * Pass different integers to ctype_punct() to test which character codes are considered12 echo "*** Testing ctype_punct() : usage variations ***\n";17 if (ctype_punct(chr($c))) {25 *** Testing ctype_punct() : usage variations ***
2 Test ctype_punct() function : usage variations - different punctuation8 * Pass strings containing different character types to ctype_punct() to test12 echo "*** Testing ctype_punct() : usage variations ***\n";48 var_dump( ctype_punct($value) );54 *** Testing ctype_punct() : usage variations ***
27 ctype_test_001("ctype_punct");40 ctype_punct 32
31 ctype_test_002("ctype_punct");46 ctype_punct 32 32 0
11 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
36 ZEND_FUNCTION(ctype_punct);50 ZEND_FE(ctype_punct, arginfo_ctype_punct)
19 function ctype_punct(mixed $text): bool {} function
159 PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() argument
Completed in 13 milliseconds