Lines Matching refs:fopen
2 Test fopen() function : variation: file uri, use include path = true
12 echo "*** Testing fopen() : variation ***\n";
14 // fopen with interesting windows paths.
51 $h = fopen($absFile, 'w');
55 $h = fopen($fileURI, 'r', true);
69 $h = fopen($fileURI, 'w', true);
74 $h = fopen($absFile, 'r');
92 *** Testing fopen() : variation ***
95 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
97 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
100 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
102 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
105 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
107 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
110 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
112 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
119 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
121 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
124 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
126 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …