Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-8.0/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-8.0/ext/ctype/tests/
H A Dctype_lower_variation2.phpt26 character code 97 is a lower case character
27 character code 98 is a lower case character
28 character code 99 is a lower case character
29 character code 100 is a lower case character
30 character code 101 is a lower case character
31 character code 102 is a lower case character
32 character code 103 is a lower case character
33 character code 104 is a lower case character
34 character code 105 is a lower case character
35 character code 106 is a lower case character
[all …]
/PHP-8.0/ext/curl/tests/responder/
H A Dget.inc4 case 'post':
7 case 'getpost':
11 case 'referer':
14 case 'useragent':
17 case 'httpversion':
20 case 'cookie':
23 case 'encoding':
26 case 'contenttype':
29 case 'file':
34 case 'method':
/PHP-8.0/Zend/tests/
H A Dcontinue_targeting_switch_warning.phpt8 case 0:
10 case 1:
16 case 0:
18 case 1:
20 case 2:
26 case 0:
30 case 1:
34 case 2:
42 case 0:
46 case 1:
[all …]
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 Djump05.phpt8 case "1":
11 case "2":
14 case "3":
/PHP-8.0/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-8.0/ext/opcache/tests/jit/
H A Dswitch_jumptable.phpt15 case 'str1':
16 case 'str2':
24 case 1:
25 case 2:
26 case 3:
27 case 4:
28 case 5:
/PHP-8.0/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 Dbug80900.phpt13 /* The number of case clauses needs to be greater than 5,
16 case 1:
19 case 2:
22 case 3:
25 case 4:
28 case 5:
41 case 'string':
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-8.0/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-8.0/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-8.0/ext/json/tests/
H A Dbug62369.phpt13 case JSON_ERROR_NONE:
16 case JSON_ERROR_DEPTH:
23 case JSON_ERROR_NONE:
26 case JSON_ERROR_DEPTH:
/PHP-8.0/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-8.0/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-8.0/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt20 echo "\n-- \$case = default --\n";
22 echo "-- \$case = upper --\n";
31 -- $case = default --
55 -- $case = upper --
80 -- $case = default --
101 -- $case = upper --
/PHP-8.0/ext/zip/tests/
H A Dzip_open_error.phpt12 echo "Test case 1:";
19 echo "Test case 2:\n";
24 Test case 1:
27 Test case 2:
/PHP-8.0/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-8.0/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-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc89 case null :
96 case 'compress' :
103 case 'encrypt' :
110 case 'crc32' :
152 case 'data' :
167 case null :
191 case 'crc32' :
260 case 'gz' :
264 case 'bz2' :
284 case null :
[all …]

Completed in 54 milliseconds

12345678910>>...16