cvs: ZendEngine2(PHP_5_3) /tests class_constants_004.phpt

[email protected] ("Felipe Pena")
Newsgroups php.zend-engine.cvs
Message-ID <cvsfelipe1205249184@cvsserver>
felipe		Tue Mar 11 15:26:24 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2/tests	class_constants_004.phpt 
  Log:
  Missing a line
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/class_constants_004.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/tests/class_constants_004.phpt
diff -u ZendEngine2/tests/class_constants_004.phpt:1.1.2.1 ZendEngine2/tests/class_constants_004.phpt:1.1.2.2
--- ZendEngine2/tests/class_constants_004.phpt:1.1.2.1	Tue Mar 11 15:18:58 2008
+++ ZendEngine2/tests/class_constants_004.phpt	Tue Mar 11 15:26:24 2008
@@ -27,7 +27,8 @@
 			$const::foo,
 			::foo,
 			constant('foo'),
-			Ifoo::foo			
+			Ifoo::foo,
+			$const2::foo
 			);
 
 ?>
@@ -40,3 +41,4 @@
 int(3)
 int(3)
 int(4)
+int(4)
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.