Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code? var_dump(boolval(-1));

A.
bool(false)

B.
bool(true)