summaryrefslogtreecommitdiff
path: root/ext/standard/tests/streams/bug60602.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Convert some notices to warningsNikita Popov2019-10-021-1/+1
| | | | Part of https://wiki.php.net/rfc/engine_warnings.
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Fixed bug #72306 (Heap overflow through proc_open and $env parameter)Xinchen Hui2016-06-131-2/+0
|
* proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-031-0/+57
Added a test case