Home
last modified time | relevance | path

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

12345678910>>...127

/PHP-5.5/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-5.5/ext/standard/tests/file/
H A Dtempnam_variation4.phpt69 created in temp dir
71 created in temp dir
73 created in temp dir
75 created in temp dir
77 created in temp dir
79 created in temp dir
81 created in temp dir
83 created in temp dir
85 created in temp dir
87 created in temp dir
[all …]
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 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 --
126 -- file opened in w+ --
150 -- file opened in x+ --
174 -- file opened in r+ --
198 -- file opened in a+ --
222 -- file opened in w+ --
[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_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 …]
H A Dfputcsv_variation14.phpt87 -- file opened in r --
97 -- file opened in rb --
107 -- file opened in rt --
117 -- file opened in r --
127 -- file opened in rb --
137 -- file opened in rt --
147 -- file opened in r --
177 -- file opened in r --
207 -- file opened in r --
237 -- file opened in r --
[all …]
H A Dfputcsv_variation12.phpt79 -- file opened in r+ --
86 -- file opened in r+b --
93 -- file opened in r+t --
100 -- file opened in a+ --
121 -- file opened in w+ --
142 -- file opened in x+ --
163 -- file opened in r+ --
184 -- file opened in a+ --
205 -- file opened in w+ --
226 -- file opened in x+ --
[all …]
H A Dfputcsv_variation6.phpt81 -- file opened in r+ --
88 -- file opened in r+b --
95 -- file opened in r+t --
102 -- file opened in a+ --
123 -- file opened in w+ --
144 -- file opened in x+ --
165 -- file opened in r+ --
186 -- file opened in a+ --
207 -- file opened in w+ --
228 -- file opened in x+ --
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dxslt010.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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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+ --
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+ --
218 -- file opened in x+ --
[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+ --
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_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 221 milliseconds

12345678910>>...127