Searched refs:ctype_cntrl (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_cntrl() function : usage variations - Different data types as $c arg8 * Pass different data types as $c argument to ctype_cntrl() to test behaviour11 echo "*** Testing ctype_cntrl() : usage variations ***\n";85 // loop through each element of $inputs to check the behavior of ctype_cntrl()89 var_dump( ctype_cntrl($input) );98 *** Testing ctype_cntrl() : usage variations ***102 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…107 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…112 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…117 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…[all …]
2 Test ctype_cntrl() function : basic functionality7 echo "*** Testing ctype_cntrl() : basic functionality ***\n";14 var_dump(ctype_cntrl($c1));15 var_dump(ctype_cntrl($c2));20 *** Testing ctype_cntrl() : basic functionality ***
2 Test ctype_cntrl() function : usage variations - Different strings8 * Pass strings containing different character types to ctype_cntrl() to test12 echo "*** Testing ctype_cntrl() : usage variations ***\n";50 // loop through each element of $values to test behaviour of ctype_cntrl()54 var_dump( ctype_cntrl($value) );61 *** Testing ctype_cntrl() : usage variations ***
2 Test ctype_cntrl() function : usage variations - different integers8 * Pass different integers to ctype_cntrl() to test which character codes are considered12 echo "*** Testing ctype_cntrl() : usage variations ***\n";17 if (ctype_cntrl(chr($i))) {25 *** Testing ctype_cntrl() : usage variations ***
24 ctype_test_001("ctype_cntrl");37 ctype_cntrl 33
28 ctype_test_002("ctype_cntrl");43 ctype_cntrl 33 33 0
10 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
30 ZEND_FUNCTION(ctype_cntrl);43 ZEND_FE(ctype_cntrl, arginfo_ctype_cntrl)
9 function ctype_cntrl(mixed $text): bool {} function
122 PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() argument
Completed in 39 milliseconds