Anna Filina

Results 36 issues of Anna Filina

I messed up a rebase due to inattention. This replaces #1272.

I'm not sure whether the `phpcs:ignore` comment should be part of the base example or not. I also didn't know how to split a non-splittable comment to fit within the...

Currently, when I parse a query, I get WHERE as `Condition` instances. These have an `expr` field, which is just a string and not very useful when analyzing a query....

enhancement

| Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break | no | New Feature | no | RFC | no |...

Documentation
Enhancement

## Bug Description The following sniffs pick up method names in addition to function names, causing an error where it shouldn't: - `eregDeprecatedRemoved` - `eregiDeprecatedRemoved` - `ereg_replaceDeprecatedRemoved` - `eregi_replaceDeprecatedRemoved` ##...

Status: duplicate

> There will probably be more outdated links in the docblocks. They should be reasonably easy to find by searching for `* PHP version 5.` as that should pick up...

Type: documentation
Status: good first issue

I tried to use an int with ob_implicit_flush, and it did not cause an error in any version ([3v4l](https://3v4l.org/3srpX)): ```php ob_implicit_flush(1); ``` However, the sniff marks it as an error:...

Type: question