master
Use "float" and "integer" in typehint and zpp errors
Implement Explicit octal notation for integers RFC
core: Warn when non-representable floats are coerced to int (#19760)
Add many missing closing PHP tags to tests
- Remove unused blocks
Reindent phpt files
Trim trailing whitespace in tests
[ci skip] Various typo fixes in stub comments and CHANGES file
Remove trailing whitespace in inc files
Fix spelling and grammar mistakes
Deprecate implicit dynamic properties
Fix missing deprecation message for default case statement followed by semicolon (#20172)
Run tidy
Make some exception properties typed
Clean DONE tags from tests
Review the usage of apostrophes in error messages
Make 045.phpt busy wait
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only
Improve undefined variable error messages
Added a test for bug #19566
Implement 'Saner Numeric Strings' RFC:
Reclassify E_STRICT notices
Improve output of tokens in Parse Errors
Remove assignment of new by reference
add tests for fixed bugs
Remove static calls to non-static methods
Deprecate PHP 4 constructors
Remove executable permission on phpt
Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_foreach
Remove quicktester
Sync leading and final newlines in *.phpt sections
Use serialize_precision for var_dump()
Change argument error message format
Fix 'can not' in test data and in code comments
Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385)
Fix tests now that class names are shown in correct casing
Deprecate terminating case statements with a semicolon (#19215)
- Fixed bug #27443 (defined() returns wrong type).
Use common formatting for backtraces (#6977)
Promote write "use scalar as array" warning to Error
Skip locale tests /w musl libc (#9141)
- Sanitize output
Replace dirname(__FILE__) by __DIR__ in tests
Remove executable permission on inc
Fix Windows SKIPIF (#14219)
Fix GH-9905: constant() behaves inconsistent when class is undefined
Merge branch 'PHP-8.3' into PHP-8.4
Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFER_REF params
Sync leading and final newlines in source code files
- Fixed tests
add more tests for the parser. currently both fail
Adding language tests.
Zend: Warn when destructuring non-array values (#19439)
Restore old evaluation order
Engine execution order tests
Trim trailing whitespace in *.phpt
ext/core: Deprecate passing E_USER_ERROR to trigger_error() (#15308)
Fix CRLF line-endings in tests
[skip ci] Fix tests with multiline titles (GH-17763)
[skip ci] Fix some typos (#14893)
Declare tentative return types for Zend (#7251)
Change the order of properties used for var_dump(), serialize(), comparison, etc. Now properties are ordered according to their layout in zend_object structure.
Promote some warnings to Errors in Zend basic functions
Cleanup argument handling of Zend functions and methods
<? should die..
Fix misleading pass by reference error message (#10639)
Fix #78880: Another bunch of spelling errors
MFH:- Better descriptions for these tests
Allow arbitrary expressions in static variable initializer
Improved number to string comparison semantics
fix test using short_tag
Fix #13865 Improve parameter and return value related deprecation messages (#13913)
RFC: Deprecate remains of string evaluated code assertions (#11671)