Searched refs:ctype_print (Results 1 – 11 of 11) sorted by relevance
2 Test ctype_print() function : basic functionality7 echo "*** Testing ctype_print() : basic functionality ***\n";14 var_dump(ctype_print($c1));15 var_dump(ctype_print($c2));20 *** Testing ctype_print() : basic functionality ***
2 Test ctype_print() function : usage variations - octal and hexadecimal values8 * Pass octal and hexadecimal values to ctype_print() to test behaviour11 echo "*** Testing ctype_print() : usage variations ***\n";22 var_dump(ctype_print($c));30 var_dump(ctype_print($c));36 *** Testing ctype_print() : usage variations ***
2 Test ctype_print() function : usage variations - different strings8 * Pass strings containing different character types to ctype_print() to test12 echo "*** Testing ctype_print() : usage variations ***\n";45 var_dump( ctype_print($value) );52 *** Testing ctype_print() : usage variations ***
2 Test ctype_print() function : usage variations - different data types as $c arg8 * Pass different data types as $c argument to ctype_print() to test behaviour11 echo "*** Testing ctype_print() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_print()88 var_dump( ctype_print($input) );97 *** Testing ctype_print() : usage variations ***
23 ctype_test_001("ctype_print");36 ctype_print 95
30 ctype_test_002("ctype_print");45 ctype_print 95 95 95
2 Test ctype_print() function : usage variations - different integers8 * Pass different integers to ctype_print() to test which character codes are considered12 echo "*** Testing ctype_print() : usage variations ***\n";17 if (ctype_print($i)) {25 *** Testing ctype_print() : usage variations ***
9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
35 ZEND_FUNCTION(ctype_print);49 ZEND_FE(ctype_print, arginfo_ctype_print)
17 function ctype_print(mixed $text): bool {} function
140 PHP_FUNCTION(ctype_print) in PHP_FUNCTION() argument
Completed in 13 milliseconds