Home
last modified time | relevance | path

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

/PHP-8.1/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt2 Test ctype_alnum() function : usage variations - Different data types as $c arg
8 * Pass different data types as $c argument to ctype_alnum() to test behaviour
11 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 …]
H A Dctype_alnum_basic.phpt2 Test ctype_alnum() function : basic functionality
7 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 ***
H A Dctype_alnum_variation3.phpt2 Test ctype_alnum() function : usage variations - different string values
8 * Pass different strings to ctype_alnum to test behaviour
11 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 ***
H A D001.phpt23 ctype_test_001("ctype_alnum");
36 ctype_alnum 62
H A Dctype_alnum_variation2.phpt2 Test ctype_alnum() function : usage variations - different integers
8 * Pass different integers to ctype_alnum() to test which character codes are considered
12 echo "*** Testing ctype_alnum() : usage variations ***\n";
17 if (ctype_alnum(chr($i))) {
25 *** Testing ctype_alnum() : usage variations ***
H A D002.phpt27 ctype_test_002("ctype_alnum");
42 ctype_alnum 62 62 0
H A Dbug25745.phpt10 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
H A Dctype_alpha_variation3.phpt43 // loop through each element of $values to test behaviour of ctype_alnum()
/PHP-8.1/ext/ctype/
H A Dctype_arginfo.h29 ZEND_FUNCTION(ctype_alnum);
43 ZEND_FE(ctype_alnum, arginfo_ctype_alnum)
H A Dctype.stub.php5 function ctype_alnum(mixed $text): bool {} function
H A Dctype.c110 PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() argument
/PHP-8.1/
H A DNEWS179 . Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater).

Completed in 18 milliseconds