Searched refs:ctype_alnum (Results 1 – 11 of 11) sorted by relevance
2 Test ctype_alnum() function : usage variations - Different data types as $c arg8 * Pass different data types as $c argument to ctype_alnum() to test behaviour11 echo "*** Testing ctype_alnum() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_alnum()88 var_dump( ctype_alnum($input) );97 *** Testing ctype_alnum() : usage variations ***101 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…106 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…111 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…116 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…[all …]
2 Test ctype_alnum() function : basic functionality7 echo "*** Testing ctype_alnum() : basic functionality ***\n";14 var_dump(ctype_alnum($c1));15 var_dump(ctype_alnum($c2));20 *** Testing ctype_alnum() : basic functionality ***
2 Test ctype_alnum() function : usage variations - different string values8 * Pass different strings to ctype_alnum to test behaviour11 echo "*** Testing ctype_alnum() : usage variations ***\n";42 // loop through each element of $values to test behaviour of ctype_alnum()46 var_dump( ctype_alnum($value) );53 *** Testing ctype_alnum() : usage variations ***
23 ctype_test_001("ctype_alnum");36 ctype_alnum 62
2 Test ctype_alnum() function : usage variations - different integers8 * Pass different integers to ctype_alnum() to test which character codes are considered12 echo "*** Testing ctype_alnum() : usage variations ***\n";17 if (ctype_alnum(chr($i))) {25 *** Testing ctype_alnum() : usage variations ***
27 ctype_test_002("ctype_alnum");42 ctype_alnum 62 62 0
10 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
43 // loop through each element of $values to test behaviour of ctype_alnum()
28 ZEND_FUNCTION(ctype_alnum);41 ZEND_FE(ctype_alnum, arginfo_ctype_alnum)
5 function ctype_alnum(mixed $text): bool {} function
108 PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() argument
Completed in 103 milliseconds