Searched refs:ctype_xdigit (Results 1 – 11 of 11) sorted by relevance
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 - heaxadecimal and octal values14 echo "*** Testing ctype_xdigit() : usage variations ***\n";33 var_dump(ctype_xdigit($c));37 var_dump(ctype_xdigit($c));43 var_dump(ctype_xdigit($c));47 var_dump(ctype_xdigit($c));52 *** Testing ctype_xdigit() : usage variations ***
2 Test ctype_xdigit() function : usage variations - different data typse 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 ***
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($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 ***
26 ctype_test_001("ctype_xdigit");39 ctype_xdigit 22
33 ctype_test_002("ctype_xdigit");48 ctype_xdigit 22 22 0
10 "ctype_space", "ctype_upper", "ctype_xdigit"
39 ZEND_FUNCTION(ctype_xdigit);53 ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit)
25 function ctype_xdigit(mixed $text): bool {} function
168 PHP_FUNCTION(ctype_xdigit) in PHP_FUNCTION() argument
Completed in 25 milliseconds