What is the output of the following code? seenagape 11 years ago What is the output of the following code? var_dump(boolval(new StdClass())); A. bool(false) B. bool(true) Explanation: ← Previous question Next question →