Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dutil_utf8.inc14 case "file_mb3":
21 case "bug71509":
27 case "file_mb4":
31 case "file_cp1252":
41 case "file2_mb":
56 case "file_big5":
60 case "file_mb":
66 case "dir_mb":
83 case "dir_big5":
84 case "dir":
[all …]
/PHP-7.3/ext/ctype/tests/
H A Dctype_lower_variation2.phpt32 character code 97 is a lower case character
33 character code 98 is a lower case character
34 character code 99 is a lower case character
35 character code 100 is a lower case character
36 character code 101 is a lower case character
37 character code 102 is a lower case character
38 character code 103 is a lower case character
39 character code 104 is a lower case character
40 character code 105 is a lower case character
41 character code 106 is a lower case character
[all …]
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt145 Test case 1
152 Test case 2
159 Test case 3
166 Test case 4
173 Test case 5
180 Test case 6
187 Test case 7
196 Test case 8
207 Test case 9
299 Test case 1
[all …]
/PHP-7.3/ext/opcache/tests/
H A Dbug69038.phpt14 case "LALALALA" : return "LALALAL";
15 case PHP_OS: return "okey";
27 case "LALALAL": return "bad";
28 case PHP_OS:
30 case "FOO": break;
31 case PHP_OS: return "okey";
45 case 0 : return "LALALAL";
46 case 1 : return "okey";
55 case PHP_OS: return "okey";
H A Dswitch_with_coinciding_targets.phpt13 case 0: case 1: case 2: case 3:
H A Dbug77191.phpt7 case 1: return 'a';
8 case 2: return 'b';
9 case 3: return 'c';
10 case 4: return 'd';
H A Dbug65665.phpt15 case 0:
27 case 1:
52 case 0:
65 case 1:
90 case 0:
103 case 1:
H A Dssa_bug_007.phpt10 case 'Trapped':
14 case 'CreationDate':
15 case 'ModDate':
/PHP-7.3/Zend/tests/
H A Dswitch_on_numeric_strings.phpt8 case "01": return "01";
9 case "1": return "1";
11 case " 2": return " 2";
12 case "2": return "2";
14 case "10.0": return "10.0";
15 case "1e1": return "1e1";
H A Dcontinue_targeting_switch_warning.phpt8 case 0:
10 case 1:
16 case 0:
18 case 1:
20 case 2:
27 case 0:
31 case 1:
35 case 2:
H A Djump05.phpt8 case "1":
11 case "2":
14 case "3":
H A Djump15.phpt8 case "1":
11 case "2":
14 case "3":
/PHP-7.3/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt11 case "\x80": return NULL;
12 case "\x81": return 'a';
13 case "\x82": return ord('b');
14 case "\x83": return array('c');
24 case 0x00F1: return "A";
25 case 0x00F2: return ord("B");
26 case 0x00F3: return array("C");
27 case 0x00F4: return NULL;
/PHP-7.3/ext/zip/tests/
H A Dzip_open_error.phpt12 echo "Test case 1:";
15 echo "Test case 2:";
18 echo "Test case 3:\n";
23 Test case 1:
25 Test case 2:
27 Test case 3:
/PHP-7.3/tests/lang/
H A D021.phpt11 case 0:
14 case 1:
17 case 2:
20 case 3:
23 case 4:
H A D020.phpt10 case 1:
13 case "ab":
16 case "abcd":
19 case "blah":
31 case 2:
34 case $i:
37 case 4:
/PHP-7.3/ext/xml/tests/
H A Dbug32001.phpt57 case 'UTF-8':
58 case 'UTF8':
62 case 'UTF-16':
63 case 'UTF16':
66 case 'UCS-2':
67 case 'UCS2':
69 case 'UCS2BE':
76 case 'UCS2LE':
81 case 'UTF32':
84 case 'UCS-4':
[all …]
/PHP-7.3/ext/json/tests/
H A Dbug62369.phpt15 case JSON_ERROR_NONE:
18 case JSON_ERROR_DEPTH:
25 case JSON_ERROR_NONE:
28 case JSON_ERROR_DEPTH:
/PHP-7.3/ext/standard/tests/math/
H A Dbug30695.phpt9 case 0:
11 case !($char_code & 0xffffff80): // 7 bit
14 case !($char_code & 0xfffff800): // 11 bit
18 case !($char_code & 0xffff0000): // 16 bit
23 case !($char_code & 0xffe00000): // 21 bit
29 case !($char_code & 0xfc000000): // 26 bit
/PHP-7.3/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt10 /* Prototype : array array_change_key_case(array $input [, int $case])
30 echo "\n-- \$case = default --\n";
32 echo "-- \$case = upper --\n";
41 -- $case = default --
65 -- $case = upper --
90 -- $case = default --
111 -- $case = upper --
/PHP-7.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc89 case null :
103 case 'encrypt' :
110 case 'crc32' :
152 case 'data' :
167 case null :
191 case 'crc32' :
223 case 'offset' :
260 case 'gz' :
264 case 'bz2' :
284 case null :
[all …]
/PHP-7.3/ext/pdo_dblib/tests/
H A Dtypes.phpt16 case '5.0':
17 case '6.0':
18 case '7.0':
19 case '7.1':
20 case '7.2':
21 case '8.0':
/PHP-7.3/ext/pgsql/tests/
H A D29nb_async_connect.phpt25 case PGSQL_POLLING_READING:
28 case PGSQL_POLLING_WRITING:
31 case PGSQL_POLLING_FAILED:
33 case PGSQL_POLLING_OK:
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation1.phpt2 Test strncasecmp() function: usage variations - case-sensitivity
6 * Description: Binary safe case-insensitive string comparison of the first n characters
10 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 's…
13 echo "-- Passing upper-case letters for 'str1' --\n";
19 echo "\n-- Passing lower-case letters for 'str1' --\n";
28 -- Passing upper-case letters for 'str1' --
82 -- Passing lower-case letters for 'str1' --
H A Dstrncmp_variation1.phpt2 Test strncmp() function: usage variations - case-sensitivity
6 * Description: Binary safe case-sensitive string comparison of the first n characters
10 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2'…
13 echo "-- Passing upper-case letters for 'str1' --\n";
19 echo "\n-- Passing lower-case letters for 'str1' --\n";
28 -- Passing upper-case letters for 'str1' --
82 -- Passing lower-case letters for 'str1' --

Completed in 27 milliseconds

12345678910>>...27