php-src/ext/standard/tests/file
Wez Furlong 077fe52d8b This seems to resolve the issues with fgets.
I've moved EOF detection into the streams layer; a stream reader
implementation should set stream->eof when it detects EOF.
Fixed test for user streams - it still fails but that is due to an output
buffering bug.
2002-10-05 10:35:13 +00:00
..
001.phpt - Fix tests to work with CLI 2002-03-05 09:00:56 +00:00
002.phpt fix testproblem 2002-04-11 06:41:55 +00:00
003.inc - Made all is_*() functions to return only boolean values. 2002-05-16 01:07:21 +00:00
003.phpt - Made all is_*() functions to return only boolean values. 2002-05-16 01:07:21 +00:00
userstreams.phpt This seems to resolve the issues with fgets. 2002-10-05 10:35:13 +00:00