Home
last modified time | relevance | path

Searched refs:ctype_xdigit (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/ctype/tests/
H A Dctype_xdigit_variation1.phpt2 Test ctype_xdigit() function : usage variations - different data typse as $c arg
8 * Pass different data types as $c argument to ctype_xdigit() to test behaviour
11 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 …]
H A Dctype_xdigit_basic.phpt2 Test ctype_xdigit() function : basic functionality
7 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 ***
H A Dctype_xdigit_variation2.phpt2 Test ctype_xdigit() function : usage variations - different integers
8 * Pass different integers to ctype_xdigit() to test which character codes are considered
12 echo "*** Testing ctype_xdigit() : usage variations ***\n";
17 if (ctype_xdigit(chr($c))) {
25 *** Testing ctype_xdigit() : usage variations ***
H A Dctype_xdigit_variation3.phpt2 Test ctype_xdigit() function : usage variations - Different strings
8 * Pass strings containing different character types to ctype_xdigit() to test
12 echo "*** Testing ctype_xdigit() : usage variations ***\n";
48 var_dump( ctype_xdigit($value) );
55 *** Testing ctype_xdigit() : usage variations ***
H A D001.phpt29 ctype_test_001("ctype_xdigit");
42 ctype_xdigit 22
H A D002.phpt33 ctype_test_002("ctype_xdigit");
48 ctype_xdigit 22 22 0
H A Dbug25745.phpt12 "ctype_space", "ctype_upper", "ctype_xdigit"
/php-src/ext/ctype/
H A Dctype_arginfo.h38 ZEND_FUNCTION(ctype_xdigit);
51 ZEND_FE(ctype_xdigit, arginfo_ctype_xdigit)
H A Dctype.stub.php25 function ctype_xdigit(mixed $text): bool {} function
H A Dctype.c180 PHP_FUNCTION(ctype_xdigit) in PHP_FUNCTION() argument
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc48 if (ctype_xdigit($substr))
H A Dgb18030_2022_encoding.phpt217 if (ctype_xdigit($substr))

Completed in 20 milliseconds