Home
last modified time | relevance | path

Searched refs:in (Results 26 – 50 of 3261) sorted by relevance

12345678910>>...131

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation7.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_variation8.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 Dfopen_variation5.phpt120 in dir2
121 in dir1
122 in dir1
124 in script dir
127 in dir2
128 in dir1
129 in dir1
131 in script dir
134 in dir2
135 in dir1
[all …]
H A Dfopen_variation8.phpt119 in dir2
120 in dir1
121 in dir1
123 in script dir
126 in dir2
127 in dir1
128 in dir1
130 in script dir
133 in dir2
134 in dir1
[all …]
H A Dfputcsv_variation10.phpt66 -- file opened in r+ --
73 -- file opened in r+b --
80 -- file opened in r+t --
87 -- file opened in a+ --
94 -- file opened in a+b --
108 -- file opened in w+ --
129 -- file opened in x+ --
150 -- file opened in r+ --
174 -- file opened in a+ --
198 -- file opened in w+ --
[all …]
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt2 Exceptions in linear yield from setup
34 catch in gen()
35 Exception: 0 in %s:%d
39 catch in from()
40 Exception: 1 in %s:%d
44 catch in gen()
45 Exception: 2 in %s:%d
49 catch in from()
50 Exception: 3 in %s:%d
54 catch in {main}
[all …]
/php-src/Zend/tests/
H A Dlsb_022.phpt28 Deprecated: Use of "static" in callables is deprecated in %s on line %d
31 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
33 Deprecated: Use of "static" in callables is deprecated in %s on line %d
36 Deprecated: Use of "static" in callables is deprecated in %s on line %d
39 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
41 Deprecated: Use of "static" in callables is deprecated in %s on line %d
44 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
46 Deprecated: Use of "static" in callables is deprecated in %s on line %d
H A Dbug39018.phpt65 Warning: String offset cast occurred in %s on line %d
67 Warning: Uninitialized string offset %d in %s on line %d
69 Warning: Uninitialized string offset 0 in %s on line %d
71 Warning: Uninitialized string offset 0 in %s on line %d
73 Warning: String offset cast occurred in %s on line %d
77 Warning: String offset cast occurred in %s on line %d
81 Warning: Uninitialized string offset 0 in %s on line %d
93 Warning: String offset cast occurred in %s on line %d
97 Warning: String offset cast occurred in %s on line %d
101 Warning: String offset cast occurred in %s on line %d
[all …]
/php-src/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_mimedoc.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;
H A Dround4_groupG_mimerpc.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;
/php-src/tests/security/
H A Dopen_basedir_scandir.phpt30 …arning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
34 Warning: scandir(): (errno 1): %s in %s on line %d
37 …ng: scandir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
41 Warning: scandir(): (errno 1): %s in %s on line %d
44 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
48 Warning: scandir(): (errno 1): %s in %s on line %d
51 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
55 Warning: scandir(): (errno 1): %s in %s on line %d
58 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
62 Warning: scandir(): (errno 1): %s in %s on line %d
[all …]
/php-src/ext/gd/libgd/
H A Dgd_gd.c103 if (!gdGetWord(sx, in)) { in _gdCreateFromFile()
113 if (!gdGetWord(sx, in)) { in _gdCreateFromFile()
117 if (!gdGetWord(sy, in)) { in _gdCreateFromFile()
145 gdIOCtx *in; in gdImageCreateFromGd() local
147 in = gdNewFileCtx(inFile); in gdImageCreateFromGd()
148 im = gdImageCreateFromGdCtx(in); in gdImageCreateFromGd()
150 in->gd_free(in); in gdImageCreateFromGd()
159 im = gdImageCreateFromGdCtx(in); in gdImageCreateFromGdPtr()
160 in->gd_free(in); in gdImageCreateFromGdPtr()
184 if (!gdGetInt(&pix, in)) { in gdImageCreateFromGdCtx()
[all …]
H A Dgd2copypal.c16 FILE *in, *out; in main() local
22 in = fopen (argv[1], "rb"); in main()
23 if (!in) in main()
28 pal = gdImageCreateFromGd2 (in); in main()
29 fclose (in); in main()
36 in = fopen (argv[2], "rb"); in main()
37 if (!in) in main()
42 im = gdImageCreateFromGd2 (in); in main()
43 fclose (in); in main()
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt63 -- file opened in r+ --
70 -- file opened in r+b --
77 -- file opened in r+t --
84 -- file opened in a+ --
91 -- file opened in a+b --
105 -- file opened in w+ --
126 -- file opened in x+ --
147 -- file opened in r+ --
171 -- file opened in a+ --
195 -- file opened in w+ --
[all …]
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt101 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_alpha_variation1.phpt101 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_alpha(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_alpha(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_cntrl_variation1.phpt102 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…
107 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…
112 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…
117 Deprecated: ctype_cntrl(): Argument of type int will be interpreted as string in the future in %s o…
122 Deprecated: ctype_cntrl(): Argument of type float will be interpreted as string in the future in %s…
127 Deprecated: ctype_cntrl(): Argument of type float will be interpreted as string in the future in %s…
132 Deprecated: ctype_cntrl(): Argument of type float will be interpreted as string in the future in %s…
137 Deprecated: ctype_cntrl(): Argument of type float will be interpreted as string in the future in %s…
147 Deprecated: ctype_cntrl(): Argument of type null will be interpreted as string in the future in %s …
152 Deprecated: ctype_cntrl(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_digit_variation1.phpt101 Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_digit(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_digit(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_digit(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_digit(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_digit(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_digit(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_graph_variation1.phpt101 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_graph(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_graph(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_graph(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_graph(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_graph(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_graph(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_graph(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_lower_variation1.phpt101 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_lower(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_lower(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_lower(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_lower(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_lower(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_lower(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_print_variation1.phpt101 Deprecated: ctype_print(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_print(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_print(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_print(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_print(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_print(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_print(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_print(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_print(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_print(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_punct_variation1.phpt101 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_punct(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_punct(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_punct(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_punct(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_punct(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_punct(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_punct(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_space_variation1.phpt101 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_space(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_space(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_space(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_space(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_upper_variation1.phpt101 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_upper(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
131 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
136 Deprecated: ctype_upper(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_upper(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_upper(): Argument of type null will be interpreted as string in the future in %s …
[all …]
H A Dctype_xdigit_variation1.phpt101 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
106 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
111 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
116 Deprecated: ctype_xdigit(): Argument of type int will be interpreted as string in the future in %s …
121 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
126 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
131 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
136 Deprecated: ctype_xdigit(): Argument of type float will be interpreted as string in the future in %…
146 Deprecated: ctype_xdigit(): Argument of type null will be interpreted as string in the future in %s…
151 Deprecated: ctype_xdigit(): Argument of type null will be interpreted as string in the future in %s…
[all …]

Completed in 50 milliseconds

12345678910>>...131