--TEST-- Testing exception properties --FILE-- message = new stdclass ; $this->file = new my_file ; $this->line = "12" ; } } throw new my_exception; ?> --EXPECT-- Catchable fatal error: Object of class stdClass could not be converted to string in Unknown on line 0