- Fixed test

This commit is contained in:
Felipe Pena 2008-08-14 19:17:59 +00:00
parent 542483cbe4
commit 6b91caeba1

View File

@ -14,9 +14,9 @@ class my_file
class my_exception extends exception
{
public function __construct()
{/*
{
$this->message = new stdclass ;
$this->file = new my_file ;*/
$this->file = new my_file ;
$this->line = "12" ;
}
}
@ -25,4 +25,4 @@ throw new my_exception;
?>
--EXPECT--
Catchable fatal error: Object of class stdClass could not be converted to Unicode string in Unknown on line 0
Catchable fatal error: Object of class stdClass could not be converted to string in Unknown on line 0