Searched refs:ctype_xdigit (Results 1 – 12 of 12) sorted by relevance
2 Test ctype_xdigit() function : usage variations - different data types as $c arg8 * Pass different data types as $c argument to ctype_xdigit() to test behaviour11 echo "*** Testing ctype_xdigit() : usage variations ***\n";84 // loop through each element of $inputs to check the behavior of ctype_xdigit()88 var_dump( ctype_xdigit($input) );97 *** Testing ctype_xdigit() : usage variations ***101 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …106 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …111 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …116 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …[all …]
2 Test ctype_xdigit() function : basic functionality7 echo "*** Testing ctype_xdigit() : basic functionality ***\n";13 var_dump(ctype_xdigit($c1));14 var_dump(ctype_xdigit($c2));19 *** Testing ctype_xdigit() : basic functionality ***
2 Test ctype_xdigit() function : usage variations - different integers8 * Pass different integers to ctype_xdigit() to test which character codes are considered12 echo "*** Testing ctype_xdigit() : usage variations ***\n";17 if (ctype_xdigit(chr($c))) {25 *** Testing ctype_xdigit() : usage variations ***
2 Test ctype_xdigit() function : usage variations - Different strings8 * Pass strings containing different character types to ctype_xdigit() to test12 echo "*** Testing ctype_xdigit() : usage variations ***\n";48 var_dump( ctype_xdigit($value) );55 *** Testing ctype_xdigit() : usage variations ***
29 ctype_test_001("ctype_xdigit");42 ctype_xdigit 22
33 ctype_test_002("ctype_xdigit");48 ctype_xdigit 22 22 0
12 "ctype_space", "ctype_upper", "ctype_xdigit"
38 ZEND_FUNCTION(ctype_xdigit);51 ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit)
25 function ctype_xdigit(mixed $text): bool {} function
178 PHP_FUNCTION(ctype_xdigit) in PHP_FUNCTION() argument
48 if (ctype_xdigit($substr))
217 if (ctype_xdigit($substr))
Completed in 32 milliseconds