Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code? var_dump(boolval(new StdClass()));

A.
bool(false)

B.
bool(true)

Explanation: