php-src/ext/standard/tests/file
Wez Furlong efea12fec5 Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume that
the stream position was at offset 0.
This corrects that assumption by querying the stream for it's position
when it detects the 'a' "flag" in the mode parameter to fopen.
Also added a test for plain files and amended the userstreams test to
take this into account.
2002-12-22 18:05:36 +00:00
..
001.phpt There is no point doing this test. Some systems think root can always execute so this is always true. 2002-10-21 00:30:05 +00:00
002.phpt fix testproblem 2002-04-11 06:41:55 +00:00
003.phpt - Make the test do what it says 2002-10-12 16:53:13 +00:00
bug12556.phpt Prevented test failure caused by LF code variety 2002-12-18 23:06:27 +00:00
bug20424.phpt - MFB: Fixed bug #20484 (stream_get_meta_data crashes on a normal file 2002-11-14 10:56:35 +00:00
fopencookie.phpt MFB 2002-11-14 14:26:15 +00:00
test.csv Test data 2002-12-05 19:30:28 +00:00
userstreams.phpt Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume that 2002-12-22 18:05:36 +00:00