Home
last modified time | relevance | path

Searched refs:ctype_space (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/dports/lang/php73/php-7.3.33/ext/ctype/tests/
H A Dctype_space_error.phpt2 Test ctype_space() function : error conditions - Incorrect number of args
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : error conditions ***\n";
21 echo "\n-- Testing ctype_space() function with Zero arguments --\n";
22 var_dump( ctype_space() );
24 //Test ctype_space with one more than the expected number of arguments
28 var_dump( ctype_space($c, $extra_arg) );
34 *** Testing ctype_space() : error conditions ***
36 -- Testing ctype_space() function with Zero arguments --
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
H A Dctype_space_variation2.phpt2 Test ctype_space() function : usage variations - different integers
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass different integers to ctype_space() to test which character codes are considered
17 echo "*** Testing ctype_space() : usage variations ***\n";
22 if (ctype_space($c)) {
30 *** Testing ctype_space() : usage variations ***
/dports/www/mod_php73/php-7.3.33/ext/ctype/tests/
H A Dctype_space_error.phpt2 Test ctype_space() function : error conditions - Incorrect number of args
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : error conditions ***\n";
21 echo "\n-- Testing ctype_space() function with Zero arguments --\n";
22 var_dump( ctype_space() );
24 //Test ctype_space with one more than the expected number of arguments
28 var_dump( ctype_space($c, $extra_arg) );
34 *** Testing ctype_space() : error conditions ***
36 -- Testing ctype_space() function with Zero arguments --
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
/dports/textproc/php73-ctype/php-7.3.33/ext/ctype/tests/
H A Dctype_space_error.phpt2 Test ctype_space() function : error conditions - Incorrect number of args
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : error conditions ***\n";
21 echo "\n-- Testing ctype_space() function with Zero arguments --\n";
22 var_dump( ctype_space() );
24 //Test ctype_space with one more than the expected number of arguments
28 var_dump( ctype_space($c, $extra_arg) );
34 *** Testing ctype_space() : error conditions ***
36 -- Testing ctype_space() function with Zero arguments --
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
/dports/www/mod_php81/php-8.1.1/ext/ctype/tests/
H A Dctype_space_variation1.phpt2 Test ctype_space() function : usage variations - different data types as $c argument
8 * Pass different data types as $c argument to ctype_space() to test behaviour
11 echo "*** Testing ctype_space() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_space()
88 var_dump( ctype_space($input) );
97 *** Testing ctype_space() : usage variations ***
101 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***
/dports/lang/php81/php-8.1.1/ext/ctype/tests/
H A Dctype_space_variation1.phpt2 Test ctype_space() function : usage variations - different data types as $c argument
8 * Pass different data types as $c argument to ctype_space() to test behaviour
11 echo "*** Testing ctype_space() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_space()
88 var_dump( ctype_space($input) );
97 *** Testing ctype_space() : usage variations ***
101 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***
/dports/textproc/php81-ctype/php-8.1.1/ext/ctype/tests/
H A Dctype_space_variation1.phpt2 Test ctype_space() function : usage variations - different data types as $c argument
8 * Pass different data types as $c argument to ctype_space() to test behaviour
11 echo "*** Testing ctype_space() : usage variations ***\n";
84 // loop through each element of $inputs to check the behavior of ctype_space()
88 var_dump( ctype_space($input) );
97 *** Testing ctype_space() : usage variations ***
101 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
[all …]
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***
/dports/lang/php74/php-7.4.27/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
/dports/textproc/php74-ctype/php-7.4.27/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
/dports/www/mod_php74/php-7.4.27/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 /* Prototype : bool ctype_space(mixed $c)
12 echo "*** Testing ctype_space() : basic functionality ***\n";
17 var_dump(ctype_space($c1));
20 var_dump(ctype_space($c2));
26 *** Testing ctype_space() : basic functionality ***
H A Dctype_space_variation4.phpt2 Test ctype_space() function : usage variations - octal and hexadecimal values
7 /* Prototype : bool ctype_space(mixed $c)
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
16 echo "*** Testing ctype_space() : usage variations ***\n";
27 var_dump(ctype_space($c));
35 var_dump(ctype_space($c));
42 *** Testing ctype_space() : usage variations ***
/dports/lang/php80/php-8.0.15/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***
/dports/textproc/php80-ctype/php-8.0.15/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***
/dports/www/mod_php80/php-8.0.15/ext/ctype/tests/
H A Dctype_space_basic.phpt2 Test ctype_space() function : basic functionality
7 echo "*** Testing ctype_space() : basic functionality ***\n";
12 var_dump(ctype_space($c1));
15 var_dump(ctype_space($c2));
20 *** Testing ctype_space() : basic functionality ***

12345678910>>...44