Opened 6 years ago
Closed 6 years ago
#7998 closed defect (bug) (fixed)
Review `empty()` usage for PHP 5.5 compatibility
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
See #7997.
In a number of places, we use empty()
in a way that's incompatible with PHP < 5.5. These places should be refactored so that a variable, rather than a function call.
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 12279: