generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
type:bugBugBug
Milestone
Description
What steps will reproduce the problem?
If the field does not exist then an undefined index is generated, I assume this is incorrect.
What is the expected result?
- In most cases:
$item[$field] ?? null=,<,<=,>,>=,in
- With
likeI don't know what to do correct properly.- always fails?
$ php -r 'var_dump(stripos(null, ""));'
bool(false)
$ php -r 'var_dump(stripos(null, null));'
bool(false)- or
null LIKE nullis true
What do you get instead?
Undefined index: notExistsField
| Q | A |
|---|---|
| Version | 1.0.0-under development |
| PHP version | - |
| Operating system | - |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:bugBugBug