core
core copied to clipboard
The XP Framework is an all-purpose, object oriented PHP framework.
This pull request implements https://github.com/xp-framework/rfc/issues/338 and removes reflection from XP Core. ## Continuous disintegration * [x] Access members (properties, methods, constants) via `lang.XPClass` * [x] Member encapsulations in `lang.reflect` *...
Added to test suite in xp-framework/core@009498040 ## Changes in PHP 8.5 See https://wiki.php.net/rfc#php_85 ## Initial results See https://github.com/xp-framework/core/actions/runs/14570004500/job/40865400220: * [x] realpath(): Argument 1 ($path) must not contain any null bytes)...
This pull request implements the [slicing operator RFC](https://github.com/xp-framework/rfc/issues/346) for the `util.Bytes` type.