Description

Category: Bug

array() construct is used in boolean context, even though it is meaningless.

Example

if (($a = array(1, 2))) {
    ...
}