Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PHP-Parser 5.6.1 source code.tar.gz | 2025-08-13 | 152.0 kB | |
PHP-Parser 5.6.1 source code.zip | 2025-08-13 | 276.6 kB | |
README.md | 2025-08-13 | 326 Bytes | |
Totals: 3 Items | 428.9 kB | 1 |
Fixed
- Fixed
Param::isPublic()
for parameters with asymmetric visibility keyword. - Fixed PHP 8.5 deprecation warnings for
SplObjectStorage
methods.
Added
- Added cast
kind
attributes toCast\Int_
,Cast\Bool_
andCast\String_
. These allow distinguishing the deprecated versions of these casts.