summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fgets_variation1.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-4/+0
| | | | Closes GH-5759
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-9/+9
| | | | Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.
* Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-251-1/+19
| | | | Similar to what is done for socket read/write errors.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
|
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-3/+3
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Fixed EOF handling in case of reading from file opened in write only mode.Dmitry Stogov2007-07-251-1/+1
|
* MFH: fix descriptionsJani Taskinen2007-07-231-1/+1
|
* New testcases for fgetc() and fgets() functionsRaghubansh Kumar2007-07-211-0/+116