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";
25 $absFile = $absTestDir.'/'.$file;
31 $files = array("file://$testDir/$file",
32 "file://./$testDir/$file",
33 "file://$absTestDir/$file"
39 $files = array("file://../$testDir/$file",
40 "file://$absTestDir/$file"
56 // create the file and test read
74 // create the file to test write
100 --- READ: file://fopen15.tmpDir/fopen_variation15.tmp ---
102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
104 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
105 --- WRITE: file://fopen15.tmpDir/fopen_variation15.tmp ---
107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
109 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
110 --- READ: file://./fopen15.tmpDir/fopen_variation15.tmp ---
112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
114 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
115 --- WRITE: file://./fopen15.tmpDir/fopen_variation15.tmp ---
117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
119 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
120 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
122 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
124 --- READ: file://../fopen15.tmpDir/fopen_variation15.tmp ---
126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
128 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
129 --- WRITE: file://../fopen15.tmpDir/fopen_variation15.tmp ---
131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
133 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
134 --- READ: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---
136 --- WRITE: file:///%s/fopen15.tmpDir/fopen_variation15.tmp ---