Pierre Ambroise
Pierre Ambroise
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
Following the message https://github.com/symfony/maker-bundle/pull/1474#issuecomment-2027716072, I made some modifications
Fixes #458 Implementaion of `mb_trim`, `mb_ltrim` and `mb_rtrim` Tests from the php-src repository
Use CPP
Here is the use of CPP for Flex :)
Here is the translation of the `ReflectionEnum` class - `ReflectionEnum::__construct()` - `ReflectionEnum::getCase()` - `ReflectionEnum::getCases()` - `ReflectionEnum::getBackingType()` - `ReflectionEnum::hasCase()` - `ReflectionEnum::isBacked()`
Following php/doc-en#3527 and php/doc-en#3538 See [http://doc.php.net/revcheck.php?p=oldfiles&lang=fr](http://doc.php.net/revcheck.php?p=oldfiles&lang=fr)
Here is the translation of missing `ReflectionClassContant` methods - `ReflectionClassContant::getAttributes()` - `ReflectionClassContant::isEnumCase()` - `ReflectionClassContant::isFinal()`
Add - DateTime::__serialize() - DateTime::__unserialize() - DateTimeInterface::__serialize() - DateTimeInterface::__unserialize() - DateTimeImmutable::__serialize() - DateTimeImmutable::__unserialize() Adding these methods helps #2163.