Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 1927) sorted by relevance

12345678910>>...78

/php-src/ext/ctype/tests/
H A Dctype_alpha_variation2.phpt26 character code 65 is alphabetic
27 character code 66 is alphabetic
28 character code 67 is alphabetic
29 character code 68 is alphabetic
30 character code 69 is alphabetic
31 character code 70 is alphabetic
32 character code 71 is alphabetic
33 character code 72 is alphabetic
34 character code 73 is alphabetic
35 character code 74 is alphabetic
[all …]
H A Dctype_alnum_variation2.phpt26 character code 48 is alpha numeric
27 character code 49 is alpha numeric
28 character code 50 is alpha numeric
29 character code 51 is alpha numeric
30 character code 52 is alpha numeric
31 character code 53 is alpha numeric
32 character code 54 is alpha numeric
33 character code 55 is alpha numeric
34 character code 56 is alpha numeric
35 character code 57 is alpha numeric
[all …]
H A Dctype_print_variation2.phpt26 character code 32 is a printable character
27 character code 33 is a printable character
28 character code 34 is a printable character
29 character code 35 is a printable character
30 character code 36 is a printable character
31 character code 37 is a printable character
32 character code 38 is a printable character
33 character code 39 is a printable character
34 character code 40 is a printable character
35 character code 41 is a printable character
[all …]
H A Dctype_graph_variation2.phpt26 character code 33 is a printable character
27 character code 34 is a printable character
28 character code 35 is a printable character
29 character code 36 is a printable character
30 character code 37 is a printable character
31 character code 38 is a printable character
32 character code 39 is a printable character
33 character code 40 is a printable character
34 character code 41 is a printable character
35 character code 42 is a printable character
[all …]
H A Dctype_punct_variation2.phpt26 character code 33 is punctuation
27 character code 34 is punctuation
28 character code 35 is punctuation
29 character code 36 is punctuation
30 character code 37 is punctuation
31 character code 38 is punctuation
32 character code 39 is punctuation
33 character code 40 is punctuation
34 character code 41 is punctuation
35 character code 42 is punctuation
[all …]
H A Dctype_cntrl_variation2.phpt26 character code 0 is control character
27 character code 1 is control character
28 character code 2 is control character
29 character code 3 is control character
30 character code 4 is control character
31 character code 5 is control character
32 character code 6 is control character
33 character code 7 is control character
34 character code 8 is control character
35 character code 9 is control character
[all …]
H A Dctype_upper_variation2.phpt25 character code 65 is a uppercase character
26 character code 66 is a uppercase character
27 character code 67 is a uppercase character
28 character code 68 is a uppercase character
29 character code 69 is a uppercase character
30 character code 70 is a uppercase character
31 character code 71 is a uppercase character
32 character code 72 is a uppercase character
33 character code 73 is a uppercase character
34 character code 74 is a uppercase character
[all …]
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 …]
H A Dctype_xdigit_variation2.phpt26 character code 48 is a hexadecimal 'digit'
27 character code 49 is a hexadecimal 'digit'
28 character code 50 is a hexadecimal 'digit'
29 character code 51 is a hexadecimal 'digit'
30 character code 52 is a hexadecimal 'digit'
31 character code 53 is a hexadecimal 'digit'
32 character code 54 is a hexadecimal 'digit'
33 character code 55 is a hexadecimal 'digit'
34 character code 56 is a hexadecimal 'digit'
35 character code 57 is a hexadecimal 'digit'
[all …]
/php-src/ext/ftp/tests/
H A Dftp_nb_continue.phpt32 This is line 0 of the test data.
33 This is line 1 of the test data.
34 This is line 2 of the test data.
35 This is line 3 of the test data.
36 This is line 4 of the test data.
37 This is line 5 of the test data.
38 This is line 6 of the test data.
39 This is line 7 of the test data.
40 This is line 8 of the test data.
41 This is line 9 of the test data.
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrcmp.phpt131 - strcmp of 'a' and 'a' is => int(0)
133 - strcmp of 'a' and 'a' is => int(0)
141 - strcmp of 'A' and 'A' is => int(0)
143 - strcmp of 'A' and 'A' is => int(0)
149 - strcmp of 'a' and 'a' is => int(0)
151 - strcmp of 'a' and 'a' is => int(0)
159 - strcmp of 'A' and 'A' is => int(0)
381 - strcmp of '' and '' is => int(0)
383 - strcmp of '' and '' is => int(0)
403 - strcmp of '' and '' is => int(0)
[all …]
H A Dstrcasecmp.phpt129 - strcasecmp of 'a' and 'a' is => int(0)
130 - strcasecmp of 'a' and 'A' is => int(0)
136 - strcasecmp of 'A' and 'a' is => int(0)
137 - strcasecmp of 'A' and 'A' is => int(0)
143 - strcasecmp of '�' and 'a' is => int(%d)
145 - strcasecmp of '�' and '�' is => int(0)
153 - strcasecmp of '�' and '�' is => int(0)
357 - strcasecmp of '' and '' is => int(0)
360 - strcasecmp of '' and '' is => int(0)
393 - strcasecmp of '' and '' is => int(0)
[all …]
H A Dstr_repeat.phpt42 -- after repeating 0 times is =>
43 -- after repeating 1 times is => a
44 -- after repeating 2 times is => aa
48 -- after repeating 0 times is =>
54 -- after repeating 0 times is =>
60 -- after repeating 0 times is =>
66 -- after repeating 0 times is =>
72 -- after repeating 0 times is =>
78 -- after repeating 0 times is =>
84 -- after repeating 0 times is =>
[all …]
H A Dstrtok_variation7.phpt41 -- Token 1 is --
42 string(2) "is"
44 -- Input str is "extra string this is a sample string" --
46 -- Token 2 is --
49 -- Input str is "extra string this is a sample string" --
51 -- Token 3 is --
54 -- Input str is "extra string this is a sample string" --
59 -- Input str is "extra string this is a sample string" --
64 -- Input str is "extra string this is a sample string" --
69 -- Input str is "extra string this is a sample string" --
[all …]
H A Dstripslashes_variation2.phpt14 This is line 1 of 'heredoc' string
15 This is line 2 of "heredoc" string
106 string(31) "The string after addslashes is:"
112 string(31) "The string after addslashes is:"
118 string(31) "The string after addslashes is:"
124 string(31) "The string after addslashes is:"
130 string(31) "The string after addslashes is:"
136 string(31) "The string after addslashes is:"
142 string(31) "The string after addslashes is:"
318 This is line 2 of \"heredoc\" string"
[all …]
/php-src/tests/lang/
H A D024.phpt378 This should read "this is nifty": this is nifty
603 This should read "this is nifty": this is nifty
828 This should read "this is nifty": this is nifty
1053 This should read "this is nifty": this is nifty
1278 This should read "this is nifty": this is nifty
1503 This should read "this is nifty": this is nifty
1728 This should read "this is nifty": this is nifty
1953 This should read "this is nifty": this is nifty
2178 This should read "this is nifty": this is nifty
2403 This should read "this is nifty": this is nifty
[all …]
/php-src/ext/dba/tests/
H A Ddba_inifile_creation_matrix.phpt26 Mode parameter is "rl":
30 Mode parameter is "rd":
34 Mode parameter is "r-":
38 Mode parameter is "r":
59 This is a test insert
61 This is a test insert
63 This is a test insert
65 This is a test insert
67 This is a test insert
69 This is a test insert
[all …]
H A Ddba_flatfile_creation_matrix.phpt26 Mode parameter is "rl":
30 Mode parameter is "rd":
34 Mode parameter is "r-":
38 Mode parameter is "r":
59 This is a test insert
61 This is a test insert
63 This is a test insert
65 This is a test insert
67 This is a test insert
69 This is a test insert
[all …]
H A Ddba_db4_creation_matrix.phpt26 Mode parameter is "rl":
30 Mode parameter is "rd":
34 Mode parameter is "r-":
38 Mode parameter is "r":
59 This is a test insert
61 This is a test insert
63 This is a test insert
65 This is a test insert
67 This is a test insert
69 This is a test insert
[all …]
/php-src/ext/intl/tests/
H A Ddateformat_format_parse.phpt145 Input timestamp is : 0
150 Parsed timestamp is : 0
153 Parsed timestamp is : 0
156 Parsed timestamp is : 0
229 Input timestamp is : 3600
234 Parsed timestamp is : 3600
237 Parsed timestamp is : 3600
240 Parsed timestamp is : 3600
243 Input timestamp is : -3600
248 Parsed timestamp is : -3600
[all …]
H A Ddateformat_format_parse_version2.phpt146 Input timestamp is : 0
151 Parsed timestamp is : 0
154 Parsed timestamp is : 0
157 Parsed timestamp is : 0
230 Input timestamp is : 3600
235 Parsed timestamp is : 3600
238 Parsed timestamp is : 3600
241 Parsed timestamp is : 3600
244 Input timestamp is : -3600
249 Parsed timestamp is : -3600
[all …]
H A Ddateformat_format_parse_version_icu72-1.phpt145 Input timestamp is : 0
150 Parsed timestamp is : 0
153 Parsed timestamp is : 0
156 Parsed timestamp is : 0
229 Input timestamp is : 3600
234 Parsed timestamp is : 3600
237 Parsed timestamp is : 3600
240 Parsed timestamp is : 3600
243 Input timestamp is : -3600
248 Parsed timestamp is : -3600
[all …]
H A Ddateformat_format.phpt157 Input timestamp is : 0
172 Input timestamp is : -1200000
187 Input timestamp is : 1200000
232 Input timestamp is : 90099999
247 Input timestamp is : 3600
262 Input timestamp is : -3600
401 Date is: (object) array(
406 Date is: (object) array(
411 Date is: (object) array(
416 Date is: (object) array(
[all …]
/php-src/ext/standard/tests/file/
H A Dbasename_variation1-win32.phpt57 basename for path A:/foo is:
59 basename for path A:/foo/ is:
61 basename for path A:/foo\ is:
77 basename for path Z:/foo is:
79 basename for path Z:/foo/ is:
81 basename for path Z:/foo\ is:
97 basename for path A:\foo is:
99 basename for path A:\foo/ is:
101 basename for path A:\foo\ is:
197 basename for path ~/foo is:
[all …]
H A Dbasename_variation1.phpt57 basename for path A:/foo is:
59 basename for path A:/foo/ is:
61 basename for path A:/foo\ is:
77 basename for path Z:/foo is:
79 basename for path Z:/foo/ is:
81 basename for path Z:/foo\ is:
97 basename for path A:\foo is:
99 basename for path A:\foo/ is:
101 basename for path A:\foo\ is:
197 basename for path ~/foo is:
[all …]

Completed in 102 milliseconds

12345678910>>...78