Juliette
Juliette
## Is your feature request related to a problem? > Instanceof Operator accepts Literals[ ¶](https://www.php.net/manual/en/migration73.new-features.php#migration73.new-features.core.instanceof-literals) > > `instanceof` now allows literals as the first operand, in which case the result...
## Is your feature request related to a problem? PHP 8.0 silently introduced two new placeholder characters for the `*printf()` range of functions. This not mentioned in migration guide, changelog...
... and replace it with more appropriate names.
PHPUnit 11 has just been released. As this is a major release with breaking changes, upgrading should be a done deliberately and managed. This effectively means that upgrading to a...
Handle the change from TestListener to Event system for the TestListener Polyfill. > As for the TestListeners... while I have the principle of it working without issues, the trouble I'm...
While WP still has a minimum requirement of PHP 5.2 and a lot of related projects code accordingly, there are also numerous projects out there which have set their plugin/theme...
Just wondering if `preg_quote()` would be a valid sanitizing function - obviously should only be used for regex context, but in that context it might be the best way to...
Loosely related to the discussion in #1486. This adds a new sniff to the `WordPress-Extra` ruleset to discourage (`warning`) the use of "long" closures. By default, the sniff will _warn_...
Per https://github.com/WordPress/WordPress-Coding-Standards/pull/2356#issuecomment-1683390661: > I still have a niggly feeling there is a logic error in the `is_only_sanitized()` method, but I haven't been able to figure out the reason this was...
Open question: should using `array_keys()` on superglobals be allowed without sanitization ? I'm pretty sure we shouldn't demand unslashing when that function is used as WP doesn't actually slash the...