cvs: ZendEngine2(PHP_5_3) /tests exception_009.phpt

"Felipe Pena" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsfelipe1218741479@cvsserver>
felipe		Thu Aug 14 19:17:59 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	exception_009.phpt 
  Log:
  - Fixed test
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/exception_009.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/exception_009.phpt
diff -u ZendEngine2/tests/exception_009.phpt:1.1.2.2 ZendEngine2/tests/exception_009.phpt:1.1.2.3
--- ZendEngine2/tests/exception_009.phpt:1.1.2.2	Thu Aug 14 19:14:56 2008
+++ ZendEngine2/tests/exception_009.phpt	Thu Aug 14 19:17:59 2008
@@ -14,9 +14,9 @@
 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 @@
 
 ?>
 --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



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.