Lines Matching refs:file

2 Test fopen() function : variation: file uri, no use include path
13 * Description: Open a file or a URL and return a file pointer
14 * Source code: ext/standard/file.c
23 $file = "fopen_variation14.tmp";
25 $absFile = $absTestDir.'/'.$file;
29 $files = array("file://$testDir\\$file",
30 "file://$testDir/$file",
31 "file://./$testDir/$file",
32 "file://.\\$testDir\\$file",
33 "file://$absTestDir/$file",
34 "file://$absTestDir\\$file",
35 "file://$unixifiedDir/$file"
41 $files = array("file://../$testDir/$file",
42 "file://..\\$testDir\\$file",
43 "file://$absTestDir/$file",
44 "file://$absTestDir\\$file",
45 "file://$unixifiedDir/$file"
60 // create the file and test read
78 // create the file to test write
104 --- READ: file://fopen14.tmpDir\fopen_variation14.tmp ---
106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
108 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
109 --- WRITE: file://fopen14.tmpDir\fopen_variation14.tmp ---
111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
113 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
114 --- READ: file://fopen14.tmpDir/fopen_variation14.tmp ---
116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
118 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
119 --- WRITE: file://fopen14.tmpDir/fopen_variation14.tmp ---
121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
123 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
124 --- READ: file://./fopen14.tmpDir/fopen_variation14.tmp ---
126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
128 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
129 --- WRITE: file://./fopen14.tmpDir/fopen_variation14.tmp ---
131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
133 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
134 --- READ: file://.\fopen14.tmpDir\fopen_variation14.tmp ---
136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
138 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
139 --- WRITE: file://.\fopen14.tmpDir\fopen_variation14.tmp ---
141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
143 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
144 --- READ: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
146 --- WRITE: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
148 --- READ: file://%s/fopen14.tmpDir\fopen_variation14.tmp ---
150 --- WRITE: file://%s/fopen14.tmpDir\fopen_variation14.tmp ---
152 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
154 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
156 --- READ: file://../fopen14.tmpDir/fopen_variation14.tmp ---
158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
160 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
161 --- WRITE: file://../fopen14.tmpDir/fopen_variation14.tmp ---
163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
165 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
166 --- READ: file://..\fopen14.tmpDir\fopen_variation14.tmp ---
168 Warning: fopen(): remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14…
170 Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable …
171 --- WRITE: file://..\fopen14.tmpDir\fopen_variation14.tmp ---
173 Warning: fopen(): remote host file access not supported, file://..\fopen14.tmpDir\fopen_variation14…
175 Warning: fopen(file://..\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable …
176 --- READ: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
178 --- WRITE: file://%s/fopen14.tmpDir/fopen_variation14.tmp ---
180 --- READ: file://%s/fopen14.tmpDir\fopen_variation14.tmp ---
182 --- WRITE: file://%s/fopen14.tmpDir\fopen_variation14.tmp ---
184 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
186 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---