Lines Matching refs:file

2 Test fopen() function : variation: file uri, use include path = true
13 * Description: Open a file or a URL and return a file pointer
14 * Source code: ext/standard/file.c
24 $file = "fopen_variation15.tmp";
26 $absFile = $absTestDir.'/'.$file;
32 $files = array("file://$testDir\\$file",
33 "file://$testDir/$file",
34 "file://./$testDir/$file",
35 "file://.\\$testDir\\$file",
36 "file://$absTestDir/$file",
37 "file://$absTestDir\\$file",
38 "file://$unixifiedDir/$file"
44 $files = array("file://../$testDir/$file",
45 "file://..\\$testDir\\$file",
46 "file://$absTestDir/$file",
47 "file://$absTestDir\\$file",
48 "file://$unixifiedDir/$file"
64 // create the file and test read
82 // create the file to test write
108 --- READ: file://fopen15.tmpDir\fopen_variation15.tmp ---
110 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
112 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
113 --- WRITE: file://fopen15.tmpDir\fopen_variation15.tmp ---
115 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
117 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
118 --- READ: file://fopen15.tmpDir/fopen_variation15.tmp ---
120 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
122 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
123 --- WRITE: file://fopen15.tmpDir/fopen_variation15.tmp ---
125 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
127 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
128 --- READ: file://./fopen15.tmpDir/fopen_variation15.tmp ---
130 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
132 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
133 --- WRITE: file://./fopen15.tmpDir/fopen_variation15.tmp ---
135 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
137 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
138 --- READ: file://.\fopen15.tmpDir\fopen_variation15.tmp ---
140 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
142 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
143 --- WRITE: file://.\fopen15.tmpDir\fopen_variation15.tmp ---
145 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
147 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
148 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
150 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
152 --- READ: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
154 --- WRITE: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
156 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
158 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
160 --- READ: file://../fopen15.tmpDir/fopen_variation15.tmp ---
162 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
164 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
165 --- WRITE: file://../fopen15.tmpDir/fopen_variation15.tmp ---
167 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
169 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
170 --- READ: file://..\fopen15.tmpDir\fopen_variation15.tmp ---
172 Warning: fopen(): remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15…
174 Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable …
175 --- WRITE: file://..\fopen15.tmpDir\fopen_variation15.tmp ---
177 Warning: fopen(): remote host file access not supported, file://..\fopen15.tmpDir\fopen_variation15…
179 Warning: fopen(file://..\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable …
180 --- READ: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
182 --- WRITE: file://%s/fopen15.tmpDir/fopen_variation15.tmp ---
184 --- READ: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
186 --- WRITE: file://%s/fopen15.tmpDir\fopen_variation15.tmp ---
188 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
190 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---