ext/standard/tests/file/fopen_variation11-win32.phpt

[email protected] ("Christoph M. Becker") Fri, 3 Aug 2018 15:26:07 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
Hi!

Quite obviously, ext/standard/tests/file/fopen_variation11-win32.phpt[1]
(and ext/standard/tests/file/fopen_variation10-win32.phpt) is likely to
be always skipped, since its rather unlikely that
c:\fopen_variation10.tmp exists, and therefore is_writable() would
return FALSE.

Checking for is_writable('C:') instead appears to be more correct, but
still the test would likely be skipped due to common permission
settings, wouldn't it?

Not sure, what to do with this test.  Thoughts?

[1]
<https://github.com/php/php-src/blob/php-7.3.0beta1/ext/standard/tests/file/fopen_variation11-win32.phpt>

-- 
Christoph M. Becker