Description

Category: Bug

Object used in boolean context, even though it is meaningless.

Example

if (($a = new Foo())) {
    ...
}