Home
last modified time | relevance | path

Searched refs:ctype_alpha (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/ctype/tests/
H A Dctype_alpha_variation1.phpt2 Test ctype_alpha() function : usage variations - different data types as $c arg
8 * Pass different data types as $c argument to ctype_alpha() to test behaviour
11 echo "*** Testing ctype_alpha() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_alpha()
88 var_dump( ctype_alpha($input) );
97 *** Testing ctype_alpha() : usage variations ***
101 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_alpha_basic.phpt2 Test ctype_alpha() function : basic functionality
7 echo "*** Testing ctype_alpha() : basic functionality ***\n";
14 var_dump(ctype_alpha($c1));
15 var_dump(ctype_alpha($c2));
20 *** Testing ctype_alpha() : basic functionality ***
H A Dctype_alpha_variation3.phpt2 Test ctype_alpha() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_alpha() to test
12 echo "*** Testing ctype_alpha() : usage variations ***\n";
47 var_dump( ctype_alpha($value) );
54 *** Testing ctype_alpha() : usage variations ***
H A Dctype_alpha_variation2.phpt2 Test ctype_alpha() function : usage variations - different integers
8 * Pass different integers to ctype_alpha() to test which character codes are considered
12 echo "*** Testing ctype_alpha() : usage variations ***\n";
17 if (ctype_alpha(chr($i))) {
25 *** Testing ctype_alpha() : usage variations ***
H A D001.phpt21 ctype_test_001("ctype_alpha");
34 ctype_alpha 52
H A D002.phpt25 ctype_test_002("ctype_alpha");
40 ctype_alpha 52 52 0
H A Dbug25745.phpt10 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
/php-src/ext/ctype/
H A Dctype_arginfo.h29 ZEND_FUNCTION(ctype_alpha);
42 ZEND_FE(ctype_alpha, arginfo_ctype_alpha)
H A Dctype.stub.php7 function ctype_alpha(mixed $text): bool {} function
H A Dctype.c117 PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() argument
/php-src/ext/opcache/tests/
H A Dbug73789.phpt17 case ctype_alpha($value[0]):

Completed in 19 milliseconds