Woody Gilk
Woody Gilk
When running RandomLib 1.2.0 under PHP 7.1, the following warning appears: ``` Function mcrypt_module_open() is deprecated ``` https://wiki.php.net/rfc/mcrypt-viking-funeral
Test case: ```sql SELECT * FROM users LIMIT 50 OFFSET 100 ``` Expected: ```sql SELECT * FROM users LIMIT 50 OFFSET 100 ``` Actual: ```sql SELECT * FROM users LIMIT...
An anonymous class written as `new readonly class ()` should not be detected as a valid Construct.
**Description:** Our system had a check that was throwing an exception early on in application bootstrapping. This exception caused the FPM handler (v3) to display the "white screen of death"...