master
Reindent phpt files
Sync leading and final newlines in *.phpt sections
Slipt error messages while checking magic methods attributes
Trim trailing whitespace in *.phpt
GH-15992: fix error message for single abstract method not implemented (GH-15993)
GH-16067: prevent invalid `abstract` during compilation of methods (GH-16069)
Improvements in modifier parsing (#9926)
Deprecate partially supported callables
Declare tentative return types for Zend (#7251)
Run tidy
Use EXPECT instead of EXPECTF when possible
Change argument error message format
Review the usage of apostrophes in error messages
Fix parameter name in call_user_func() error message
Deprecate calling ReflectionMethod::__construct() with 1 argument
Deprecate __autoload()
Rename *.p5c files to *.inc
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
Fixed some test names. Removed extraneous \r from a number of tests.
Revert deprecation of __sleep and __wakeup (#19966)
Improve error message of foreach
Fixed bug #65768: DateTimeImmutable::diff does not work
Improve class inheritance error messages (#7307)
Change the order of properties used for var_dump(), serialize(), comparison, etc. Now properties are ordered according to their layout in zend_object structure.
Ignore inheritance rules on private methods
Convert some notices to warnings
Fix misleading pass by reference error message (#10639)
Fix lineno for all constant expressions
Update error message
Add many missing closing PHP tags to tests
Use consistent line numbers for early binding errors
Clean DONE tags from tests
Deprecate implicit dynamic properties
Remove executable permission on phpt
Zend: Use `zend_bad_method_call()` when cloning from the wrong scope (#18999)
Add support for final class constants
Fix 'can not' in test data and in code comments
[RFC] Property hooks (#13455)
Trim trailing whitespace in source code files
Remove zend_version() checks from tests
Include class name in Serializable deprecation message
Use common function for TypeError on illegal offset access (#10544)
Improve type error messages when an object is given
Fix #13865 Improve parameter and return value related deprecation messages (#13913)
Always generate fatal error for LSP failures
[skip ci] Fix tests with multiline titles (GH-17763)
[skip ci] Removed misleading comments in tests on expected output; (#12370)