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";
24 $absFile = $absTestDir.'/'.$file;
28 $files = array("file://$testDir/$file",
29 "file://./$testDir/$file",
30 "file://$absTestDir/$file"
36 $files = array("file://../$testDir/$file",
37 "file://$absTestDir/$file",
52 // create the file and test read
70 // create the file to test write
96 --- READ: file://fopen14.tmpDir/fopen_variation14.tmp ---
98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
100 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
101 --- WRITE: file://fopen14.tmpDir/fopen_variation14.tmp ---
103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
105 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
106 --- READ: file://./fopen14.tmpDir/fopen_variation14.tmp ---
108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
110 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
111 --- WRITE: file://./fopen14.tmpDir/fopen_variation14.tmp ---
113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
115 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
116 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
118 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
120 --- READ: file://../fopen14.tmpDir/fopen_variation14.tmp ---
122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
124 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
125 --- WRITE: file://../fopen14.tmpDir/fopen_variation14.tmp ---
127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
129 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
130 --- READ: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---
132 --- WRITE: file:///%s/fopen14.tmpDir/fopen_variation14.tmp ---