Lines Matching refs:file
18 * Description: Open a file or a URL and return a file pointer
19 * Source code: ext/standard/file.c
47 $file = "fopen_variation10.tmp";
48 $firstfile = 'c:\\'.$rootdir.'\\'.$file;
49 $secondfile = $testdir.'\\'.$file;
50 $thirdfile = 'c:\\'.$file;
53 fwrite($h, "file in $rootdir");
57 fwrite($h, "file in fopen10.tmpDir");
61 fwrite($h, "file in root");
66 $toFind = $path.'\\'.$file;
69 echo "file not opened for read\n";
91 file in root
94 file in root
98 Warning: fopen(c\fopen_variation10.tmp): failed to open stream: No such file or directory in %s on …
99 file not opened for read
106 file not opened for read
113 file not opened for read
118 file in fopen10.tmpdirTwo
122 Warning: fopen(c:adir\fopen_variation10.tmp): failed to open stream: No such file or directory in %…
123 file not opened for read
128 file in root
131 file in fopen10.tmpdirTwo
134 file in fopen10.tmpdirTwo
137 file in fopen10.tmpdirTwo
140 file in fopen10.tmpDir
144 Warning: fopen(/sortout\fopen_variation10.tmp): failed to open stream: No such file or directory in…
145 file not opened for read