master
Deprecate producing output in a user output handler (#19067)
Add tests for uncastable streams and dataloss streams (#10173)
Make error messages more consistent by fixing capitalization
Migrate SKIPIF -> EXTENSIONS (#7138)
Add many missing closing PHP tags to tests
Deprecate returning non-string values from a user output handler (#18932)
Sync leading and final newlines in *.phpt sections
Reindent phpt files
Fix bug #74725 (html_errors=1 breaks unhandled exceptions)
Remove unnecessary PHPDoc-alike blocks from tests
Declare that this test needs iconv extension
Fix GH-15179: Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re
Fix GH-15181: Disabled output handler is flushed again
Fix calculation of aligned buffer size
Backport ob test to php 5.2 and 53.
Mark test as XFAIL for Windows/JIT/Release builds
Zend: Return anonymous closure names in `zend_get_callable_name_ex()` (#19011)
Improve error messages mentioning parameters instead of arguments
Improve ob_get_status() tests (#13018)
Revert "Deprecate returning non-string values from a user output handler (#18932)" (#20455)
Slightly clean up is_callable implementation
Review the usage of apostrophes in error messages
Clear handler status flag in handler init
Fix #79805: sapi_windows_vt100_support throws TypeError
Change PHP_OS_FAMILY slightly
Run tidy
Adjust tests for zpp TypeError change
[skip ci] Fix tests with multiline titles (GH-17763)
streams: Checking if a stream is castable should not emit warnings for user defined streams