Lines Matching refs:fopen

2 Test fopen() function : variation: file uri, no use include path
12 echo "*** Testing fopen() : variation ***\n";
14 // fopen with interesting windows paths.
47 $h = fopen($absFile, 'w');
51 $h = fopen($fileURI, 'r');
65 $h = fopen($fileURI, 'w');
70 $h = fopen($absFile, 'r');
88 *** Testing fopen() : variation ***
91 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
93 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
96 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
98 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
101 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
103 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
106 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
108 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
115 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
117 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
120 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
122 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …