Description

Category: Bug

print or echo are used in boolean context, even though it is meaningless.

Example

while (print $a) {
    echo
$a--;
}