Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 2216) sorted by relevance

12345678910>>...89

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt98 [pubC] => pubC in A
99 [protC] => protC in A
100 [privC] => privC in A
101 [pubA] => pubA in A
132 [pubC] => pubC in B
135 [pubB] => pubB in B
138 [pubA] => pubA in A
166 [pubC] => pubC in C
169 [pubB] => pubB in B
171 [pubA] => pubA in A
[all …]
/PHP-8.0/ext/standard/tests/file/
H A Dflock_variation.phpt67 -- Inner iteration 0 in 0 --
69 -- Inner iteration 1 in 0 --
71 -- Inner iteration 2 in 0 --
73 -- Inner iteration 3 in 0 --
75 -- Inner iteration 4 in 0 --
77 -- Inner iteration 5 in 0 --
79 -- Inner iteration 6 in 0 --
81 -- Inner iteration 7 in 0 --
83 -- Inner iteration 8 in 0 --
85 -- Inner iteration 9 in 0 --
[all …]
H A Dtempnam_variation4-0.phpt51 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
54 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
57 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
60 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
63 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
66 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
69 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
72 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
75 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
78 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
[all …]
H A Dtempnam_variation4-1.phpt51 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
54 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
57 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
60 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
63 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
66 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
69 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
72 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
75 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
78 Notice: tempnam(): file created in the system's temporary directory in %s on line %d
[all …]
H A Dfputcsv_variation12.phpt74 -- file opened in r+ --
81 -- file opened in r+b --
88 -- file opened in r+t --
95 -- file opened in a+ --
116 -- file opened in w+ --
137 -- file opened in x+ --
158 -- file opened in r+ --
179 -- file opened in a+ --
200 -- file opened in w+ --
221 -- file opened in x+ --
[all …]
H A Dfputcsv_variation6.phpt76 -- file opened in r+ --
83 -- file opened in r+b --
90 -- file opened in r+t --
97 -- file opened in a+ --
118 -- file opened in w+ --
139 -- file opened in x+ --
160 -- file opened in r+ --
181 -- file opened in a+ --
202 -- file opened in w+ --
223 -- file opened in x+ --
[all …]
H A Dfputcsv_variation11.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
101 -- file opened in a+b --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
[all …]
H A Dfputcsv_variation5.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
220 -- file opened in x+ --
[all …]
H A Dfputcsv_variation1.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
101 -- file opened in a+b --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
[all …]
/PHP-8.0/ext/xsl/tests/
H A Dxslt010.phpt32 month-in-year : 12
35 week-in-year : 1
37 day-in-month : 31
38 day-of-week-in-month : 5
39 day-in-week : 2
50 month-in-year : 1
53 week-in-year : 5
56 day-of-week-in-month : 5
57 day-in-week : 6
68 month-in-year : 2
[all …]
H A Dxslt010_gt10129.phpt31 month-in-year : 12
34 week-in-year : 1
35 day-in-year : 365
36 day-in-month : 31
37 day-of-week-in-month : 5
38 day-in-week : 2
49 month-in-year : 1
52 week-in-year : 5
55 day-of-week-in-month : 5
56 day-in-week : 6
[all …]
/PHP-8.0/ext/dba/libcdb/
H A Duint32.c28 void uint32_pack(char *out, uint32 in) in uint32_pack() argument
30 out[0] = in&0xff; in>>=8; in uint32_pack()
31 out[1] = in&0xff; in>>=8; in uint32_pack()
32 out[2] = in&0xff; in>>=8; in uint32_pack()
33 out[3] = in&0xff; in uint32_pack()
38 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack() argument
40 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
41 (((uint32)(unsigned char)in[2])<<16) | in uint32_unpack()
42 (((uint32)(unsigned char)in[1])<<8) | in uint32_unpack()
43 (((uint32)(unsigned char)in[0])); in uint32_unpack()
/PHP-8.0/ext/pcre/tests/
H A Dnull_bytes.phpt22 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 3
24 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 4
26 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 5
28 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 6
30 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 7
32 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 9
34 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 10
36 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 11
38 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 12
40 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 13
[all …]
/PHP-8.0/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_dimedoc.inc4 function EchoBase64AsAttachment($in) {
5 return $in;
8 function EchoAttachmentAsBase64($in) {
9 return $in;
12 function EchoAttachment($in) {
13 return $in;
16 function EchoAttachments($in) {
17 return $in;
21 return $in;
24 function EchoUnrefAttachments($in) {
[all …]
H A Dround4_groupG_dimerpc.inc4 function EchoBase64AsAttachment($in) {
5 return $in;
8 function EchoAttachmentAsBase64($in) {
9 return $in;
12 function EchoAttachment($in) {
13 return $in;
16 function EchoAttachments($in) {
17 return $in;
21 return $in;
24 function EchoUnrefAttachments($in) {
[all …]
/PHP-8.0/ext/opcache/tests/jit/
H A Dadd_011.phpt23 Warning: Undefined variable $u in %sadd_011.php on line 5
26 Warning: Undefined variable $u in %sadd_011.php on line 5
29 Warning: Undefined variable $u in %sadd_011.php on line 5
32 Warning: Undefined variable $u in %sadd_011.php on line 5
35 Warning: Undefined variable $u in %sadd_011.php on line 5
38 Warning: Undefined variable $u in %sadd_011.php on line 5
41 Warning: Undefined variable $u in %sadd_011.php on line 5
44 Warning: Undefined variable $u in %sadd_011.php on line 5
47 Warning: Undefined variable $u in %sadd_011.php on line 5
50 Warning: Undefined variable $u in %sadd_011.php on line 5
[all …]
/PHP-8.0/ext/gd/libgd/
H A Dgdtest.c39 if (!in) in main()
46 rewind (in); in main()
65 if (!in) in main()
97 if (!in) in main()
132 if (!in) in main()
190 if (!in) in main()
209 if (!in) in main()
219 if (!in) in main()
236 if (!in) in main()
259 if (!in) in main()
[all …]
/PHP-8.0/ext/opcache/tests/opt/
H A Dinference_001.phpt41 Warning: Undefined variable $a in %sinference_001.php on line 6
43 Warning: Undefined variable $obj in %sinference_001.php on line 7
45 Warning: Undefined variable $e in %sinference_001.php on line 7
49 Warning: Undefined variable $Z in %sinference_001.php on line 11
51 Warning: Undefined variable $Z in %sinference_001.php on line 14
53 Warning: Undefined variable $Z in %sinference_001.php on line 16
55 Warning: Array to string conversion in %sinference_001.php on line 19
57 Warning: Array to string conversion in %sinference_001.php on line 19
59 Warning: Array to string conversion in %sinference_001.php on line 19
61 Warning: Array to string conversion in %sinference_001.php on line 19
[all …]
/PHP-8.0/win32/
H A Dcodepage.h64 #define php_win32_cp_utf8_to_w(in) php_win32_cp_conv_utf8_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
66 #define php_win32_cp_cur_to_w(in) php_win32_cp_conv_cur_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
68 #define php_win32_cp_ascii_to_w(in) php_win32_cp_conv_ascii_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_W… argument
71 #define php_win32_cp_w_to_utf8(in) php_win32_cp_conv_w_to_utf8(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
73 #define php_win32_cp_w_to_cur(in) php_win32_cp_conv_w_to_cur(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
89 ret = php_win32_cp_conv_ascii_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
93 ret = php_win32_cp_conv_utf8_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
110 ret = php_win32_cp_conv_cur_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
115 #define php_win32_cp_any_to_w(in) php_win32_cp_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
122 return php_win32_cp_conv_w_to_cur(in, in_len, out_len); in php_win32_cp_conv_w_to_any()
[all …]
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation12.phpt71 -- file opened in r+ --
78 -- file opened in r+b --
85 -- file opened in r+t --
92 -- file opened in a+ --
99 -- file opened in a+b --
113 -- file opened in w+ --
134 -- file opened in x+ --
155 -- file opened in r+ --
176 -- file opened in a+ --
197 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation6.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
220 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
101 -- file opened in a+b --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt73 -- file opened in r+ --
80 -- file opened in r+b --
87 -- file opened in r+t --
94 -- file opened in a+ --
115 -- file opened in w+ --
136 -- file opened in x+ --
157 -- file opened in r+ --
178 -- file opened in a+ --
199 -- file opened in w+ --
220 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation11.phpt70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
91 -- file opened in a+ --
98 -- file opened in a+b --
112 -- file opened in w+ --
133 -- file opened in x+ --
154 -- file opened in r+ --
175 -- file opened in a+ --
196 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation5.phpt70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
91 -- file opened in a+ --
98 -- file opened in a+b --
112 -- file opened in w+ --
133 -- file opened in x+ --
154 -- file opened in r+ --
175 -- file opened in a+ --
196 -- file opened in w+ --
[all …]

Completed in 411 milliseconds

12345678910>>...89