From 6b91caeba17d60939786d26163fb67907d568c9c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 14 Aug 2008 19:17:59 +0000 Subject: [PATCH] - Fixed test --- Zend/tests/exception_009.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zend/tests/exception_009.phpt b/Zend/tests/exception_009.phpt index aec4da4b727..b22b3aa66e1 100644 --- a/Zend/tests/exception_009.phpt +++ b/Zend/tests/exception_009.phpt @@ -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