Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code? var_dump(boolval([]));

A.
bool(true)

B.
bool(false)