Home
last modified time | relevance | path

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

12345678910>>...125

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt19 public $pubC = "pubC in A";
23 public $pubA = "pubA in A";
98 [pubC] => pubC 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-7.2/ext/standard/tests/file/
H A Dflock_variation.phpt8 in an advisory way
72 -- Inner iteration 0 in 0 --
74 -- Inner iteration 1 in 0 --
76 -- Inner iteration 2 in 0 --
78 -- Inner iteration 3 in 0 --
80 -- Inner iteration 4 in 0 --
82 -- Inner iteration 5 in 0 --
84 -- Inner iteration 6 in 0 --
86 -- Inner iteration 7 in 0 --
88 -- Inner iteration 8 in 0 --
[all …]
H A Dtempnam_variation4-0.phpt63 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
66 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
72 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
78 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
81 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
84 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
87 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
90 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-0.php o…
[all …]
H A Dtempnam_variation4-1.phpt63 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
66 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
72 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
78 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
81 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
84 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
87 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
90 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation4-1.php o…
[all …]
H A Dfputcsv_variation2.phpt78 -- file opened in r+ --
86 -- file opened in r+b --
94 -- file opened in r+t --
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
126 -- file opened in w+ --
150 -- file opened in x+ --
174 -- file opened in r+ --
198 -- file opened in a+ --
[all …]
H A Dfputcsv_variation3.phpt78 -- file opened in r+ --
86 -- file opened in r+b --
94 -- file opened in r+t --
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
126 -- file opened in w+ --
150 -- file opened in x+ --
174 -- file opened in r+ --
198 -- file opened in a+ --
[all …]
H A Dfputcsv_variation4.phpt78 -- file opened in r+ --
86 -- file opened in r+b --
94 -- file opened in r+t --
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
126 -- file opened in w+ --
150 -- file opened in x+ --
174 -- file opened in r+ --
198 -- file opened in a+ --
[all …]
H A Dfputcsv_variation9.phpt80 -- file opened in r+ --
91 -- file opened in r+b --
102 -- file opened in r+t --
113 -- file opened in a+ --
124 -- file opened in a+b --
135 -- file opened in a+t --
146 -- file opened in w+ --
179 -- file opened in x+ --
212 -- file opened in r+ --
245 -- file opened in a+ --
[all …]
H A Dfputcsv_variation13.phpt79 -- file opened in r+ --
88 -- file opened in r+b --
97 -- file opened in r+t --
106 -- file opened in a+ --
115 -- file opened in a+b --
124 -- file opened in a+t --
133 -- file opened in w+ --
160 -- file opened in x+ --
187 -- file opened in r+ --
214 -- file opened in a+ --
[all …]
/PHP-7.2/ext/xsl/tests/
H A Dxslt010.phpt31 month-in-year : 12
34 week-in-year : 1
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
67 month-in-year : 2
[all …]
H A Dxslt010_gt10129.phpt30 month-in-year : 12
33 week-in-year : 1
34 day-in-year : 365
35 day-in-month : 31
36 day-of-week-in-month : 5
37 day-in-week : 2
48 month-in-year : 1
51 week-in-year : 5
54 day-of-week-in-month : 5
55 day-in-week : 6
[all …]
/PHP-7.2/ext/dba/libcdb/
H A Duint32.c32 void uint32_pack(char *out, uint32 in) in uint32_pack() argument
34 out[0] = in&0xff; in>>=8; in uint32_pack()
35 out[1] = in&0xff; in>>=8; in uint32_pack()
36 out[2] = in&0xff; in>>=8; in uint32_pack()
37 out[3] = in&0xff; in uint32_pack()
42 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack() argument
44 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
45 (((uint32)(unsigned char)in[2])<<16) | in uint32_unpack()
46 (((uint32)(unsigned char)in[1])<<8) | in uint32_unpack()
47 (((uint32)(unsigned char)in[0])); in uint32_unpack()
/PHP-7.2/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-7.2/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-7.2/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-7.2/win32/
H A Dcodepage.h66 #define php_win32_cp_utf8_to_w(in) php_win32_cp_conv_utf8_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
68 #define php_win32_cp_cur_to_w(in) php_win32_cp_conv_cur_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
70 #define php_win32_cp_ascii_to_w(in) php_win32_cp_conv_ascii_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_W… argument
73 #define php_win32_cp_w_to_utf8(in) php_win32_cp_conv_w_to_utf8(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
75 #define php_win32_cp_w_to_cur(in) php_win32_cp_conv_w_to_cur(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
91 ret = php_win32_cp_conv_ascii_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
95 ret = php_win32_cp_conv_utf8_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
112 ret = php_win32_cp_conv_cur_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
117 #define php_win32_cp_any_to_w(in) php_win32_cp_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
124 return php_win32_cp_conv_w_to_cur(in, in_len, out_len); in php_win32_cp_conv_w_to_any()
[all …]
/PHP-7.2/Zend/tests/
H A Dbug52041.phpt26 Notice: Undefined variable: x in %sbug52041.php on line 3
30 Notice: Undefined variable: x in %sbug52041.php on line 3
34 Notice: Undefined variable: x in %sbug52041.php on line 3
40 Notice: Undefined variable: x in %sbug52041.php on line 3
48 Notice: Undefined variable: x in %sbug52041.php on line 3
54 Notice: Undefined variable: x in %sbug52041.php on line 3
68 Notice: Undefined offset: 0 in %sbug52041.php on line 15
72 Notice: Undefined offset: 0 in %sbug52041.php on line 16
74 Notice: Undefined offset: 0 in %sbug52041.php on line 16
78 Notice: Undefined offset: 0 in %sbug52041.php on line 17
[all …]
/PHP-7.2/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 …]
H A DSplFileObject_fputcsv_variation1.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 68 milliseconds

12345678910>>...125