Jérémy DECOOL

Results 17 issues of Jérémy DECOOL

| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | |...

Feature
Status: Reviewed
Notifier

This adds support for the JSON_EXTRACT function for MySQL. https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-extract

Example: ```php /** * @extends Enum */ class MyEnum extends Enum { public const FOO = 1; public const BAR = 2; public function getLabel(): string { return match ($this->value)...

### Bug report When calculations are performed in a `match` expression, PHPStan seems to not correctly interpret it. ### Code snippet that reproduces the problem https://phpstan.org/r/c5241132-8dd0-44ae-82f6-c844570908b0 ### Expected output No...

bug

| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | -...

Feature
Status: Needs Work
Deprecation
Lock