--TEST-- Testing __debugInfo() magic method with bad returns TRUE --FILE-- val; } public function __construct($val) { $this->val = $val; } } $c = new C(true); var_dump($c); ?> --EXPECTF-- Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-true.php on line %d